delay in msdos batch file

P

pls123

sorry but i didn't found any place to put this..
i must create a msdos batch (.bat) file that launches many executables..
i just want to put a delay, between one launch and other..is that possible??
 
D

Dave Peterson

Maybe you can use a Pause command in your bat file.

It'll give you a prompt:
Strike a key when ready...
 
P

pls123

wow !! ty dave i have a nice soundtrak for that !!! ;)
i found a better way..its the command sleep..present in some dos versions..
used like this
SLEEP 5
= delay 5 sec
sorry for the disturb all
ty
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top