G groovin Senior member Jul 24, 2001 857 0 0 Jul 6, 2004 #1 hi, i was wondering if there was some kind of wait or sleep command i can write into windows .bat files? thanks
hi, i was wondering if there was some kind of wait or sleep command i can write into windows .bat files? thanks
R rcracerx Senior member Mar 31, 2001 347 0 0 Jul 6, 2004 #2 Yes use the sleep command. The sleep.exe file can be found in I believe the NT4 Resource Kit. Rc
G groovin Senior member Jul 24, 2001 857 0 0 Jul 6, 2004 #3 thanks... i also found another way... using ping! i can do somethign like ping -n 10 127.0.0.1>NUL its not an exact way of delaying a .bat file, but if all i need is to delay the .bat file just for a few seconds, then this will work well enough.
thanks... i also found another way... using ping! i can do somethign like ping -n 10 127.0.0.1>NUL its not an exact way of delaying a .bat file, but if all i need is to delay the .bat file just for a few seconds, then this will work well enough.
T THUGSROOK Elite Member Feb 3, 2001 11,847 0 0 Jul 6, 2004 #4 @pause (press any key to continue will appear on screen)