1

I am new to using batch files so forgive me if I say something incorrect

I am trying to run multiple console applications (same name) at the same time (in different directories) using a batch file. Right now it runs one console application, then runs the other (after the first is finished). Is it possible to run multiple at the same time?

This is the syntax I have been using, with different directories

cd "C:\Users\Owner\Desktop\Folder 1\
Application.exe
cd "C:\Users\Owner\Desktop\Folder 2\
Application.exe
cd "C:\Users\Owner\Desktop\Folder 3\
Application.exe
etc...

Also, another question: If i wanted to pause X seconds between every 2 applications what would I add?

Thanks

1

1 Answer 1

2

Try using the 'Start' keyword to run multiple .exe "at the same time". Try using the 'Wait' keyword giving the alotted amount of seconds between runtimes.

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

Comments

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.