Hello Monks.
I would like to convert my script into a service. I need it as a service due to the way web servers work and what account they use, my script will not have access to certin shares. If i run it as a service under a specific account I have all the access I need.
This is what my script does. It takes input via a webpage, and pass's it to perl script which process's it.
Now how would I start with my service where it's only invoked when praramaters are passed to the service?
In reply to Perl Svc
by Karger78