Help

  • Thread starter Thread starter James
  • Start date Start date
J

James

Does anyone know how to delay a batch file from running.
I have researched this on he web & found the following;

sleep 6000
sleep 6000;
sleep (6000);

None of these pause my batch file for 60secs as it should.

I know about the pause command, unfortunately I need this
to run automatically at a certain time.

Regards

James

Ps I know this not a dos newsgroup but I thought that one
of you guru's would know
 
The command

ping localhost -n 59

will do it quite nicely.

P.S. Please consider using a descriptive Subject
line for your next post. If you didn't want help then
you wouldn't post here, would you?
 
Back
Top