mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2024-11-05 10:03:45 +01:00
17 lines
475 B
Batchfile
17 lines
475 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
|
|
|
|
|
|
echo "-------- INSTALL COMPLETED --------------"
|
|
echo "Remember to notepad %ProgramFiles%\NSclient++\check_eva.ini before completing install"
|
|
pause
|
|
|
|
Net Start NSClientpp
|