Steve, Just a quick question on NT service. Do you find it easier (and faster) if ActivePerl is setup as a service versus a standard .exe? I have always wondered which one operates more efficiently, more stable and faster?
thx in advance, Adym Lincoln Edgewater Technology, Inc. Phone: (603) 644-2445, 7261 Fax: (603) 669-8330 Remember, Amateurs built the Ark, Professionals built the Titanic... -----Original Message----- From: Steven Wadding [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 05, 2002 9:45 AM To: [EMAIL PROTECTED] Subject: Re: NT service can't run script 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 _______________________________________________ ActivePerl mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/listinfo/activeperl
