On Mon, Sep 18, 2000, Lam, Yochai wrote about "how long since you've heard one like 
this.......?":
> here's a question you didn't hear the last 8 years.
> "what command do you use in a batch file to delay the running of commands 10
> seconds, without outside intervention"?
> i want to delay the system to allow the startup of a slow starting service

How about,

        sleep 10

;)
You've asked for it, posting this question in a Linux mailing list!
Actually, this answer is correct if you install the 'sleep' command from
Cygnus's DOS port of GNU utilities.
And for a more serious reply - try "pause 10". If I remember correctly. But
maybe I'm wrong and I don't have anywhere to check this on...

-- 
Nadav Har'El                        |        Monday, Sep 18 2000, 18 Elul 5760
[EMAIL PROTECTED]             |-----------------------------------------
Phone: +972-53-245868, ICQ 13349191 |I before E except after C. We live in a
http://nadav.harel.org.il           |weird society!

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to