Two Command prompts in parallels

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Fri Mar 23 02:16:44 EDT 2007


En Thu, 22 Mar 2007 15:37:58 -0300, Boudreau, Emile  
<Emile.Boudreau at cognos.com> 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




More information about the Python-list mailing list