starting externel program (win32)

Marcus Stojek stojek at part-gmbh.de
Thu Nov 1 05:27:50 EST 2001


Hi,

from a script I want to start an external program (win32). This should
be done in a way that is equivalent to typing the  name and options at
the dos prompt. The program must not be influenced by exiting the
script.

Do I have to use system(), spawnv() or spawnve() or something else? 
Any traps?

Tanks
Marcus



More information about the Python-list mailing list