http://www.perlmonks.org?node_id=486078


in reply to Re: Startup Perl program
in thread Startup Perl program

I had an issue like this one time when running a scheduled task. It had something to do with the account in which it was running under because the script lived on a network share. Make sure "system" has correct rights and try the examples from above. If I remember right I had to have the script on C:\ then do some "net use" to map a drive. At one point I think we used the account that is always logged in at the console? hope that helps