Reputation: 1800
I am trying to call the 2 batch files in another batch file.But the batch files are running parallel. I want to run those batch files one after another.
Please provide the solution if any?
Upvotes: 1
Views: 293
Reputation: 324
call batch1.cmd call batch2.cmd
There you go.