I am running command-line Python scripts from the Windows taskbar by having a shortcut pointing to the Python interpreter with the actual script as a parameter.
Afte
One way is to leave a raw_input() at the end so the script waits for you to press Enter before it terminates.
raw_input()