Windows NT/2000 built-in scheduler, the "at" program, will work, I 
believe, but if your script is to run every 5 minutes, you might 
simply use Perl's sleep command to time iterations of some loop. 
That way the script's process won't have to start and stop 
repeatedly.  It will simply wait in the background until it's ready 
to run again.

Steven Yarbrough ([EMAIL PROTECTED])



>Why don't you try the built-in scheduling program in NT?  best bet.  Then
>have it run the specified script when you want.
>
>
>----- Original Message -----
>From: "Ackim Chisha" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Saturday, July 28, 2001 7:56 AM
>Subject: Script for Sheduling jobs on NT
>
>
>>  Does any one already have a perl script for NT that I could use to run
>like
>>  a cron job in unix.  Am writing a scrip that I need to have running every
>5
>>  minuteseveryday. Or is there a way I can write my script so that it runs
>>  every 5 minutes. Task sheduler on NT looks like it cant help run my script
>>  every 5minutes everyday.
>>
>>  Any help will be appreciated.
>>
>>  Thanks
>>  Ackim
>>
>>
>>
>>
>>  --
>>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>_________________________________________________________
>Do You Yahoo!?
>Get your free @yahoo.com address at http://mail.yahoo.com
>
>
>--
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]

-- 
_____________________________________________________________________________
"We are in the midst of husked coconuts; the basement is downstairs."
Steven Yarbrough -- http://ebstern.freehosting.net

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to