using Win32::Scheduler

2001-04-05 Thread Debbie Thomson
Hey, all- I installed Dave Roth's Win32::Scheduler because I want to be able to schedule a task in the Scheduler from a Perl script. I don't want to use at because I can't run the task from the local system account. Unfortunately, I'm pretty new to Perl, and I can't figure out how to use it. Can

installing a Perl script as a service on NT

2001-03-14 Thread Debbie Thomson
Hi, all- Does anyone have any experience in installing a Perl script as a service under NT? I have a script that I converted to an executable using Perl2Exe. I'm trying to install it as a service under NT4 SP6a using instsrv.exe and srvany.exe from the Resource Kit, but it does not start my progr