> 
> On NT4 sp6:
> 
> I ran the makeguiperl script to be able to run a script without a console.
> 
> The script runs properly when double-clicked from NT explorer.
> 
> I installed the srvany.exe program to allow running my own service
> 
> I edit the registry to specify the (.gpl) script to run as a service
> 
> The service doesn't run after restart.

How did you set up the service? I don't think srvany.exe uses the 
file extension mapping so I don't think you may set the 
        Application=script.gpl

You have to set it up like this :

        Application=...\perl.exe
                # it's not necessary to use guiperl.exe ... the service is hidden 
                # anyway unless you set it as "interactive"
        AppParameters=...\script.gpl and some parameters

HTH, Jenda
== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==
 The phenomenon of UFO doesn't say anything about
    the presence of intelligence in space.
  It just shows how rare it is here on the earth.
                                    A.C.Clarke

Reply via email to