Until yesterday I used to be perfectly able to run python scripts in python like so -
start python [python_script_name]
However by now, (in this span of time, I have installed GitHub, gotten stuck in booting Windows 7 and forced to use Windows Restore which removed GitHub and now Windows 7 boots) I can only use
start python.exe [python_script_name]
Can anyone tell me what's going on here?
[Python version - 2.7.5 Windows 7 Home]