how to create 500 batch file?and to run at the same time but separately?
Posted: 07 Sep 2017 06:21
i have a text file wich contains 500 lines,e.g..:
How to create a .bat file for each line , separately
Output:
1.bat
2.bat
3.bat
etc...
Now pack all 500.bat in 1 big bat called ''Total.bat'
thxx!
Code: Select all
clip.py -w s 12.690.89909
clip.py -w s 4654.87978
clip.py -w s 12690.7987
clip.py -w s 4654.890
How to create a .bat file for each line , separately
Output:
1.bat
Code: Select all
clip.py -w s 12.690.89909
2.bat
Code: Select all
clip.py -w s 4654.87978
3.bat
Code: Select all
clip.py -w s 12690.7987
etc...
Now pack all 500.bat in 1 big bat called ''Total.bat'
thxx!