This batch file has a 10 second gap between running tasks, remember each line is a new command.
1 2 3 4 5 6 7 8 |
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 |