windows script to run after a specific time

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

Related Posts

No Comments Yet.

Leave a Comment