The setup: Win7 environment with Python 2.7.5 and Python 3.3.2 installed and added to the system path.
C:\\py -2
will launch Python 2.7.5,
C:\\py -3
will launch Python 3.3.2,
C:\\python
will launch Python 3.3.2.
Is it possible to toggle which Python version "python" maps to, and if so, how?