En Thu, 22 Mar 2007 15:37:58 -0300, Boudreau, Emile <Emile.Boudr@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*)