Wednesday, 21 August 2013

Batch script - Run exe program one after another

Batch script - Run exe program one after another

I have some EXE programs,Want to run using batch file one after another.
Actually one set contains 2 EXE programs with some parameters.
Example.
@echo off
start prog1.exe
start prog2.exe
/---wait untill prog1.exe and prog2.exe finish--/
start prog3.exe
start prog4.exe

No comments:

Post a Comment