Send to a Friend

roundsquare's avatar

How do I get pythonw run in the background in a .cmd file?

Asked by roundsquare (5522points) May 23rd, 2012

I have a .cmd file that has the following commands:

C:\Python27\pythonw.exe xyz.py 12
C:\Python27\pythonw.exe xyz.py 13

If I run these two commands in a .cmd window the first starts running in the background and then I can run the second. But when I do it in a .cmd file that doesn’t work. Is there a way I can get this to work? I need these to run in parallel.

Using Fluther

or

Using Email

Separate multiple emails with commas.
We’ll only use these emails for this message.