Batch file to start multiple programs at once, without delay.

Z

Zytan

I want a batch file to launch a few programs all at the same time.
But, the batch file waits until each program terminates before
continuing onto the next line. Can I made it not wait?

thanks,
Zytan
 
Z

Zytan

I used a combo of the following, and it worked:

CMD /C = Carries out the command specified by string and then
terminates.
START = Starts a separate window to run a specified program or
command.

Zytan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top