Question : Pause line in DOS

I need to know how to pause a script for 90 seconds in the middle of a batch file

Example

C:\S:
S:\cd s:\IT\
export.bat
Pause for 90 seconds

export2.bat
pause for 90 seconds

exit


Answer : Pause line in DOS

http://malektips.com/xp_dos_0002.html

Download the Win 2k3 Resource Kit and find the sleep command.
Make sure you move include the directory in your path variable.

sleep /h
sleep 5 : sleeps for 5 seconds
sleep -m 500 : sleeps for 500 milliseconds or a half second
sleep -c :  commited-memory ratio (1%-100%)

Try that and let us know.
Random Solutions  
 
programming4us programming4us