cybercop23
IS-IT--Management
Hi. I'm trying to create a batch file that will be kicked off by the command scheduler, that will in turn kick off three other batches at the same time. Each batch runs about 30 minutes, so I want to kick them all off at the same time, as opposed to sequentially. Here's what I mean:
Commnad Scheduler will kick off runbatch.bat
Runbatch.bat will kick off batch1.bat, batch2.bat and batch3.bat at the same time.
I can use the "call" command or the cmd /k or /c, but the main batch waits for the first called batch to finish before it will kick off the next one.
Any ideas? Thanks in adance.
Commnad Scheduler will kick off runbatch.bat
Runbatch.bat will kick off batch1.bat, batch2.bat and batch3.bat at the same time.
I can use the "call" command or the cmd /k or /c, but the main batch waits for the first called batch to finish before it will kick off the next one.
Any ideas? Thanks in adance.