Hi, I have a perl script which runs as server/demon and needs to be runing always.
currently I am starting the script using a batch file. But doing this it pops up a window. and if some user closes the window the script stops. Also the pop up window is bit annoying and it makes no sense for users. I wonder if there is any way we can run this as a service on win2k machine. As per my understanding this will not pop up a window. I would appriciate if some one the tell me how to run the perl script (or the batch file) as a service on win2k. regards Rajeev