in reply to perl schedule at installation

To add to the above Have anyone tried any perl scheduler on NT platform Please??

Replies are listed 'Best First'.
Re: Re: perl schedule at installation
by $code or die (Deacon) on May 11, 2001 at 00:05 UTC
    Have a look at http://www.roth.net/perl and download Win32::AdminMisc. I haven't used it for scheduling, but I have used it for dozens of other things. It has the following Schedule functions:
    ScheduleAdd() ScheduleDel() ScheduleGet() ScheduleList()
    $code or die
    $ perldoc perldoc