En Thu, 22 Mar 2007 15:37:58 -0300, Boudreau, Emile  
<[EMAIL PROTECTED]> escribió:

>       I have two batch files and I'm trying to run them in parallel. I
> haven't been able to find any information on how to make python open 2
> command prompt and then make each prompt run one of the batch files.

Use the subprocess module (or popen2, or os.spawn*)

-- 
Gabriel Genellina

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

Reply via email to