General Question
How do I get pythonw run in the background in a .cmd file?
Asked by roundsquare (5527)
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.
Observing members:
0
Composing members:
0
1 Answer
Answer this question
This question is in the General Section. Responses must be helpful and on-topic.
Have a question?
Ask Fluther!