If you put the Python executable (python.exe) on your path, you can invoke your script using python script.py
where script.py is the Python file that you want to execute.
↧
Answer by Thomas Owens for Running Python from the Windows Command Line
↧