I have an NT server that is hosting a FlexLM manager. Sometime it hangs and requires a stop and restart of the service. I don't actually use the application so I never know when it is time to restart the service. I have written a .bat file that stops and starts the appropriate service. What I want to accomplish is to have that .bat file located on a public server somewhere and let the individual users run the .bat file when necessary. When you run the .bat file it wants to execute on the local machine that actually double-clicked the .bat file. How can I have a user in the domain click the .bat file and have it restart the service on that particular server? Thanks in advance.