I want to able to open a command prompt at the folder which contains a python script and just type in the script name without the .py and watch it run.
Following the
Create a file named 'personalisedCommand.cmd' in a path folder with this inside:
@echo off python absolute/path/to/pythonScript