diff --git a/nsclient/install.bat b/nsclient/install.bat new file mode 100644 index 0000000..700201f --- /dev/null +++ b/nsclient/install.bat @@ -0,0 +1,15 @@ +@echo off + +net stop NSClientpp + +xcopy "%ProgramFiles%\NSclient++\*.ini" "%ProgramFiles%\NSclient++\backup\" /i /h /y +xcopy .\trunk\*.* "%ProgramFiles%\NSclient++\" /e /i /h /y + +"%ProgramFiles%\NSclient++\nsclient++.exe" -uninstall +"%ProgramFiles%\NSclient++\nsclient++.exe" -install +Net Start NSClientpp + + +echo "-------- INSTALL COMPLETED --------------" +echo "Remember to notepad %ProgramFiles%\NSclient++\check_eva.ini" +pause \ No newline at end of file