I have 3 batch files, one.bat, two.bat and three.bat. All three bat files have to start in their own command prompt shells. So now I’m planning a collect.bat which executes all three batch files in one batch file. But I cant figure out how we can make each of the batch files(one.bat, two.bat and three.bat) run in a different window using collect.bat. Any Ideas? Thanks in advance…
I have 3 batch files, one.bat , two.bat and three.bat . All three bat
Share
use
STARTfor that. Each batch will be STARTed separately without waiting for it to finish