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
An external WConio module can help here: http://newcenturycomputers.net/projects/wconio.html
import WConio WConio.getch()