Michael Williams wrote:
> Hi All,
> 
> Can anyone explain how to both spawn processes from PYTHON and  acquire 
> their process IDs or a handle to them for use later?  I'd  also like to 
> acquire the stdout of each spawned process.

Google dead today? Well, check out the modules subprocess, popen2 and os.

Regards,

Diez
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to