1

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?

1 Answer 1

1
call batch1.cmd
call batch2.cmd

There you go.

Sign up to request clarification or add additional context in comments.

1 Comment

First batch file is running some seconds and before completing the first batch file, second batch file is running some seconds then again first batch file is running.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.