Re: Is there a way to do cron on windows?

2002-08-20 Thread Frank Wiles
.--[ Daryl J. Hoyt wrote (2002/08/20 at 09:05:19) ]-- | | Hi all, | I am looking for a way to run something like a cron job on windows. I | would like to check every 10 minutes to see if an application is running. | If it is not running, I would then like to launch it. Is

RE: Is there a way to do cron on windows?

2002-08-20 Thread Timothy Johnson
ECTED] Sent: 8/20/02 7:54 AM Subject: Re: Is there a way to do cron on windows? If you can write a Perl script to detect whether the program is running, then to start it if it isn't, then you can run the Perl script in a loop, using the 'sleep()' function to make it run every (up to yo

RE: Is there a way to do cron on windows?

2002-08-20 Thread Akens, Anthony
om: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 20, 2002 9:55 AM To: [EMAIL PROTECTED] Subject: Re: Is there a way to do cron on windows? If you can write a Perl script to detect whether the program is running, then to start it if it isn't, then you can run the Perl s

Re: Is there a way to do cron on windows?

2002-08-20 Thread shawn_milochik
cc: 08/20/2002 10:16 bcc:Shawn Milochik/US/GODIVA/CSC AM Subject: Re: Is

Re: Is there a way to do cron on windows?

2002-08-20 Thread Robert Citek
Hello Daryl, At 09:05 AM 8/20/2002 -0500, Daryl J. Hoyt wrote: > I am looking for a way to run something like a cron job on windows. I >would like to check every 10 minutes to see if an application is running. >If it is not running, I would then like to launch it. Is there a way to do >t

Re: Is there a way to do cron on windows?

2002-08-20 Thread Felix Geerinckx
on Tue, 20 Aug 2002 14:05:19 GMT, [EMAIL PROTECTED] (Daryl J. Hoyt) wrote: > I am looking for a way to run something like a cron job on > windows. Take your pick. -- felix -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additio