how long since you've heard one like this.......?

2000-09-18 Thread Lam, Yochai
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 Lam,Yochai System administration, development dep.

Re: how long since you've heard one like this.......?

2000-09-18 Thread Nadav Har'El
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&quo

Re: how long since you've heard one like this.......?

2000-09-18 Thread Daniel Feiglin
sleep is fine, pause waits on a signal. See man sleep man pause respectively. Nadav Har'El wrote: 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

Re: how long since you've heard one like this.......?

2000-09-18 Thread Nimrod S. Carmi
Hey, sleep 10 On Mon, 18 Sep 2000, Lam, Yochai wrote: 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

Re: how long since you've heard one like this.......?

2000-09-18 Thread Nimrod S. Carmi
Heym, It's a linux mailing list, and the question was referred to linux, The guy is obviously new to linux and is still used to calling a shell script "Batch file". On Mon, 18 Sep 2000, Nadav Har'El wrote: On Mon, Sep 18, 2000, Daniel Feiglin wrote about "Re: how long since yo