[wd_asp elements=’search’ ratio=’100%’ id=1]

Delay/wait in bat file

1st August 2014

Windows

windows-codehaven

This batch file has a 10 second gap between running tasks, remember each line is a new command.

START C:\wamp\bin\php\php5.5.12\php.exe -f "C:\wamp\www\thetask.php"
timeout /t 10
START C:\wamp\bin\php\php5.5.12\php.exe -f "C:\wamp\www\thetask.php"
timeout /t 10
START C:\wamp\bin\php\php5.5.12\php.exe -f "C:\wamp\www\thetask.php"
timeout /t 10