Hi All,
Could anybody give code for batch file to run some 30 Python files at once. Please read the requirements as:
1) I want to schedule ~50 python files(.py) using windows scheduler in Windows XP; which will make me to create ~50 schedules, so i want to simplify it by creating a batch file which will execute all python files once its Run by scheduler.
2) Python exe is in c:\python27\ and my python files are in folder: C:\Documents and Settings\user\Desktop\Python\
So, it would be very helpful if anyone provides me the Batch file script.
Thanks in advance,
Dinesh G.