Win32 CreateProcess with In/out Redirection and a Way to kill the job?

Mark Hammond MarkH at ActiveState.com
Thu Feb 1 18:23:31 EST 2001


Michael Jonas wrote:


> Any idea how to implement something like this on Win32?!?

Try _not_ using "cmd.exe" as an intermediate shim.  You should be able to execute the process directory.  popen does it this way for maximum compatibility.

Mark.




More information about the Python-list mailing list