spawn process in a new console window

eglaser at gmail.com eglaser at gmail.com
Wed Mar 14 21:56:22 EDT 2007


Hello,

I have a script that launches a sequence of other programs, some GUI,
some console.  I'd like the console programs to launch in their own
console window, instead of all of them sharing the script's console.
How do I do that?

I'm on Windows, and currently I'm using os.spawnl(...) to launch the
programs.

Any help is appreciated.

Thanks,

Eli




More information about the Python-list mailing list