[python-win32] How to make python scripts output to current cmd window? (like linux terminal)
Michel Claveau
mc at mclaveau.com
Sun Nov 16 22:42:24 CET 2008
Hi!
Use: cmd /k
Example:
cmd /k C:\myscripts\python\filename.py
But...
After, it's you, who must close the window...
@-salutations
--
Michel Claveau
More information about the python-win32
mailing list