At 03:29 AM 2/1/02 +0000, Serge Dergham wrote: >Script run fine from command promp, But not when called by an NT service. >This is not a script problem, perl itself is not running. >Tried to change account used by the service, tried system, administrator, >... >nothing helped >Would appreciate any hints / solutions
I found that my Service created with PerlSvc ran with the default directory of c:\winnt\system32 (or the system32 subdirectory of your Windows directory). Because of this, I had to make sure that I used the complete path to any files I accessed or programs I called. Steve _______________________________________________ ActivePerl mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/listinfo/activeperl
