Hi there
I want to regulary restart the ReportServer Service since it causes the Server to get really slow (fills up CPU).
I'm using the following "Code" in my .bat file
ECHO OFF net stop ReportServer net start ReportServerPause
I get an error-message telling me the following: "net is not recognized as an internal or external command"
When I google it I always get as an answer to change my "PATH" Settings.
Since I do not now what other Services, Programms etc. are influenced by that change I really do not want to do it.
Is there something I can add to my batchfile-code to make sure this command is working properly.