in reply to Re: Mail Test Script
in thread cron (scheduling) Mail job under Windows

See Tips on using Windows Task Scheduler for how to run things more often than daily.

Update: I tested what inman suggests below and it works. If you use wperl, no window pops up.

Replies are listed 'Best First'.
Re: Re: Re: Mail Test Script
by BigRare (Pilgrim) on May 05, 2004 at 23:52 UTC
    Thanks for the link. The main problem with using the Windows Task Schedular though is that it pops up in a window every time it runs.
      Assuming that you are using an ActiveState distribution... Look at using wperl.exe to run your app instead of perl.exe.