How to Open Python in CMD
The Windows command prompt (CMD) can be used to browse files on your computer and launch applications, including the main Python application. Opening Python from a command prompt can be faster than opening it from the Start menu, and you can easily add command line parameters that will modify Python's start-up.
Instructions
-
-
1
Open your Windows Start menu.
-
2
Click "All Programs," then "Accessories" then the "Command Prompt."
-
-
3
Type "python.exe" into the command prompt and press "Enter" to open Python.
-
1
Tips & Warnings
You can add your arguments (if necessary) after the "python.exe" line such as "python.exe -safe" to open Python in Safe mode.