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
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
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