Start > Run > cmd
At the prompt that opens within the command window is where you type the script.
However, you might have to experiment with what path you're in, when you're at that command prompt.
For example, I keep my books in drive J in a folder named "RunScripts". So when I open the command window, first I enter a "change director" command to change to the RunScripts folder.
>cd J:\RunScripts
Then I enter the commands to run the Python script.
|