Re: subprocess.Popen spawning cmd shells

2008-01-09 Thread Mrown
On Jan 9, 5:17 pm, Mrown <[EMAIL PROTECTED]> wrote: > Hi, >   I'm currently writing a python program that relies on a CLI > program.  What I'm currently doing is using subprocess.Popen on Python > 2.5.1.  Here's the line that I'm currently running: > >             child = subprocess.Popen(["c:\app.

subprocess.Popen spawning cmd shells

2008-01-09 Thread Mrown
Hi, I'm currently writing a python program that relies on a CLI program. What I'm currently doing is using subprocess.Popen on Python 2.5.1. Here's the line that I'm currently running: child = subprocess.Popen(["c:\app.exe", node, "-w", str(tmpTime * 1000), '-n', str(1), '-l'], std