I'm trying to schedule run multiple pythons using batch file.
For example there are my python files that I want to schedule run them on the daily basis
D:\py\s1.py
D:\py\s2.py
now how can I combine these two files into a .bat, so that I can schedule run these two file using python.exe
(C:\python27\python.exe
) at the same time.
Thank you