November 13, 200421 yr 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.
November 13, 200421 yr 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
Create an account or sign in to comment