Is there a command that lets a batch file wait for 5 seconds where I can definde the time that the batch should wait??
I only know the /wait switch but thats for install of Apps....I just want my cmd file to wait a few seconds.
Page 1 of 1
Batch Wait cmd
#2
Posted 13 November 2004 - 05:57 AM
this is a code for a 60 second pause
this is i think then for a 5 second pause
Viel Erfolg
PING 1.1.1.1 -n 1 -w 60000 >NUL
this is i think then for a 5 second pause
PING 1.1.1.1 -n 1 -w 5000 >NUL
Viel Erfolg
#3
Posted 13 November 2004 - 06:52 AM
Thx bulldog....that helped...now my WinRar Shortcuts get removed.
#4
Posted 13 November 2004 - 09:38 AM
Get sleep.exe from http://unattended.ms...p/downloads.htm
- ← How to make a IE ins Branding file?
- Unattended Windows 2000/XP/2003
- Looking for the correct switch for integrating. →
Share this topic:
Page 1 of 1



Help

Back to top








