RE: scheduler question

2002-05-29 Thread Shishir K. Singh
Good one..Wonder how you stumbled across it. Typo error ?? :) -Original Message- From: Nikola Janceski [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 11:03 AM To: Perl Subject: RE: scheduler question It's amazing that wincron turned up more results than wincrap

RE: scheduler question - newbie script

2002-05-29 Thread Stout, Joel R
} -Original Message- From: Lance Prais [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 7:51 AM To: Perl Subject: scheduler question I have written a Perl script that needs to be executed every 10 seconds. How would I go about doing this. I am working with Perl on NT an

RE: scheduler question

2002-05-29 Thread Nikola Janceski
t; Cc: Lance Prais > Subject: Re: scheduler question > > > use WinCron > You can find it on http://google.com > search for WinCron > > > > -- > To unsubscribe, e-mail: [EMA

Re: scheduler question

2002-05-29 Thread Mikhail Kyurshin
use WinCron You can find it on http://google.com search for WinCron -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: scheduler question

2002-05-29 Thread Jackson, Harry
> -Original Message- > From: Lance Prais [mailto:[EMAIL PROTECTED]] > > > I have written a Perl script that needs to be executed every > 10 seconds. > How would I go about doing this. I am working with Perl on > NT and using > scheduler and the lowest I can set it to is 1 minute. w

RE: scheduler question

2002-05-29 Thread Shishir K. Singh
How about using the sleep function in the script?? perldoc -f sleep -Original Message- From: Lance Prais [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 10:51 AM To: Perl Subject: scheduler question I have written a Perl script that needs to be executed every 10 seconds. How

RE: scheduler question

2002-05-29 Thread Nikola Janceski
gt; To: Perl > Subject: scheduler question > > > I have written a Perl script that needs to be executed every > 10 seconds. > How would I go about doing this. I am working with Perl on > NT and using > scheduler and the lowest I can set it to is 1 minute. > &

scheduler question

2002-05-29 Thread Lance Prais
I have written a Perl script that needs to be executed every 10 seconds. How would I go about doing this. I am working with Perl on NT and using scheduler and the lowest I can set it to is 1 minute. Thank you in advance Lance -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman