RE: 'cron' equivalent for Windows

2003-06-23 Thread Messenger, Mark
Title: RE: 'cron' equivalent for Windows You also might consider "at". E:\code\perl>at /? The AT command schedules commands and programs to run on a computer at a specified time and date. The Schedule service must be running to use the AT command. AT [\\comput

RE: 'cron' equivalent for Windows

2003-06-23 Thread Allegakoen, Justin Devanandan
ECTED] Subject: 'cron' equivalent for Windows I want to write a Perl program and execute it once a day on a Windows box. If it were on Unix, cron would be the natural choice. Is there a module for Windows, or can someone point me to an appropriate solution. Any help would be appreciated

'cron' equivalent for Windows

2003-06-23 Thread Bernard Golden
I want to write a Perl program and execute it once a day on a Windows box.  If it were on Unix, cron would be the natural choice.  Is there a module for Windows, or can someone point me to an appropriate solution.  Any help would be appreciated.   TIA   Bernard Golden