in reply to cron (scheduling) Mail job under Windows
I would take out all the SLEEP commands, and schedule the task to run periodically, using the scheduler.
If you really want to be a perl-timed control freak, you can do that by making your program into a service. See documentation for SRVANY in the Windows Resource Kit.
By guaranteeing freedom of expression, the First Amendment also guarntees offense.
Replies are listed 'Best First'. | |
---|---|
Re: Re: Mail Test Script
by Thelonius (Priest) on May 05, 2004 at 21:52 UTC | |
by BigRare (Pilgrim) on May 05, 2004 at 23:52 UTC | |
by inman (Curate) on May 06, 2004 at 10:06 UTC |