Thursday, April 12, 2012

Batch file to launch applications with delay


Here is the code.  10 is the delay in seconds


ping –n 10 127.0.0.1>nul
start "" "C:\Program Files\Mozilla Firefox\firefox.exe"
start "" "C:\Program Files\Internet Explorer\iexplore.exe"


Short and simple :)


No comments:

Post a Comment