Python – Commands to Python Script in Command Line ( except CTRL+C)

command-line-interfacepython

I have a Python Script, running in command line. In some machines ( maybe Linux, I don't know), I can terminate the service by typing CTRL+C. However, I can't do this in my Windows XP machine.

Is there any Python script terminator that I can try on?

Best Answer

I found the answer.

The command to break a Python script, on a Windows XP machine, is

CTRL+Pause Break