Hello Everyone,
I'm trying make my perl script to run as windows service( for 2k/2k3). I tried making the script to .exe using perl2exe, and then used instsrv command line utility to install my script as a service. I was successfully able to install it as a service.
But unfortunately the service is not able to start.
I'm getting an error "Error 1053: The Service did not respond to the start or control request in a timely fashion" for whatever perl scripts i tried.
Any help is much appreciated.
Thanks & regards
Karthik Babu