1
0
mirror of https://github.com/opinkerfi/nagios-plugins.git synced 2024-10-03 19:03:47 +02:00
nagios-plugins/nsclient/install.bat
Páll Guðjón Sigurðsson 011c37e5ba
2010-10-25 15:59:14 +00:00

15 lines
445 B
Batchfile

@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