I have an application that is running several things as services on my W2K Server. I need to stop and restart these services via command line in a batch file but I am unable to do so using NET STOP.
I could use KILL to kill the process in task manager, but will that have an adverse effect on the service or anything?