Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Batch file sleep
Name: Larry21 Date: July 22, 2004 at 22:38:02 Pacific OS: Win XP H.E. CPU/Ram: P4 2.6+HT 512MB
Comment:
Hi, I'd like to be able to program a batch file to execute a command, and then several seconds/minutes later, to execute another one.
Summary: This is my current batch file: -------------- ECHO ON %SYSTEMDRIVE% CD "C:\Program Files\MC\AVTS_City" START AVTS_CITY.EXE ping 1.1.1.1 -n 1 -w 3000 ------------------- I need to add 2 steps but can't...
Summary: Hi, I'm trying to write a batch file that asks for a number and then uses an external program (which inserts a delay into the file) to delay for that number of seconds. Each time the set amount of tim...