Belcherman
Programmer
I am trying to figure out how to shutdown completely and restart or stop or start windows services via .bat files. I would call this bat file from asp.net. I already can stop or start a service with asp.net but the issue is when the service crashes it is technically STILL RUNNING so stopping or starting it doesnt seem to do anything and it remains not working. I need a way to completely unload the service and start it brand new again like when you reboot but with out rebooting. How can I do this?