starting externel program (win32)
Marcus Stojek
stojek at part-gmbh.de
Thu Nov 1 05:27:50 EST 2001
More information about the Python-list mailing list
Thu Nov 1 05:27:50 EST 2001
- Previous message (by thread): starting externel program (win32)
- Next message (by thread): starting externel program (win32)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): starting externel program (win32)
- Next message (by thread): starting externel program (win32)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list