Dynaletik Posted November 13, 2004 Posted November 13, 2004 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.
BritishBulldog Posted November 13, 2004 Posted November 13, 2004 this is a code for a 60 second pausePING 1.1.1.1 -n 1 -w 60000 >NULthis is i think then for a 5 second pausePING 1.1.1.1 -n 1 -w 5000 >NULViel Erfolg
Dynaletik Posted November 13, 2004 Author Posted November 13, 2004 Thx bulldog....that helped...now my WinRar Shortcuts get removed.
nakira Posted November 13, 2004 Posted November 13, 2004 Get sleep.exe from http://unattended.msfn.org/xp/downloads.htm
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now