![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: Spawn/Kill Process
From: Daniel Nogradi <nogradi@gmail.com>
Date: Fri Mar 31 2006 - 18:48:10 CEST
> I need to write a script that starts an exe and then continues through
You might want to try the spawn* family of functions and pass the
http://docs.python.org/lib/os-process.html
|