windows script to run after a specific time Posted on December 23, 2013 by Nikesh Shakya in News, Windows windows script to run after a specific time using timeout @echo off command1 REM wait for 10 seconds before executing command2 timeout /t 10 command2