
July 18th, 2012, 11:07 AM
|
 |
Contributing User
|
|
|
|
|
A batch script, rather than a .exe is more likely to be appropriate.
Also, they'll need python installed to use the .py files.
Do you want the batch script to install python if python is not installed?
I suggest asking this question in the
http://forums.devshed.com/windows-help-34/
forum. I'd tell you to install cygwin and show you a bash script. I suppose the DOS script, without checking for python installation, would look something like
cd folder1
start python one.py
cd ..\folder2
start python two.py
or you'd use start idle instead of start python
I can say I that I don't know how to run non-gui jobs in the background in DOS. I expect it's learnable. Learnable? Learnable.
__________________
[code] Code tags[/code] are essential for python code!
|