How do you run a perl script as a windows service?
I have a script that gathers all sort of data and then relays them to a server, but I need to run this as a system service in order to report data all the time.
|
feedback
|
|
You could try the procedure descibed on this page: Install a perl script as a Win NT/2000/XP service.
In the comments on the same page there a some interesting options:
and
As alternative you could also try ExeService, a program which allows you to run executables, scripts and commands as Windows Services. | |||||||||||||
feedback
|