From 011c37e5bab67a44b0acf597f861f487677d969d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Gu=C3=B0j=C3=B3n=20Sigur=C3=B0sson?= Date: Mon, 25 Oct 2010 15:59:14 +0000 Subject: [PATCH] --- nsclient/install.bat | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 nsclient/install.bat 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