(file) Return to nitsinstall.cmd CVS log (file) (dir) Up to [OMI] / omi / nits

File: [OMI] / omi / nits / nitsinstall.cmd (download)
Revision: 1.1, Mon Apr 20 17:19:53 2015 UTC (9 years ago) by krisbash
Branch: MAIN
CVS Tags: OMI_1_0_8_2, OMI_1_0_8_1, HEAD
OMI 1.0.8-1

xcopy /y/q/D \\tsclient\C\OMI\r2_r1.binaries.amd64chk\nitsdll.dll .
if not %errorlevel% == 0 (echo "ERROR: Bin file copy failed." && goto :EXIT)
xcopy /y/q/D \\tsclient\C\OMI\r2_r1.binaries.amd64chk\nitsinj.dll .
if not %errorlevel% == 0 (echo "ERROR: Bin file copy failed." && goto :EXIT)
xcopy /y/q/D \\tsclient\C\OMI\r2_r1.binaries.amd64chk\nits.exe .
if not %errorlevel% == 0 (echo "ERROR: Bin file copy failed." && goto :EXIT)
xcopy /y/q/D \\tsclient\C\OMI\r2_r1.binaries.amd64chk\nitssample.dll .
if not %errorlevel% == 0 (echo "ERROR: Bin file copy failed." && goto :EXIT)
xcopy /y/q/D \\tsclient\C\OMI\r2_r1.binaries.amd64chk\nitssampleproduct.dll .
if not %errorlevel% == 0 (echo "ERROR: Bin file copy failed." && goto :EXIT)
xcopy /s/e/q/r/y/D \\tsclient\C\OMI\r2_r1.binaries.amd64chk\Symbols.pri\retail\dll .\dll\
if not %errorlevel% == 0 (echo "ERROR: Bin file copy failed." && goto :EXIT)
xcopy /s/e/q/r/y/D \\tsclient\C\OMI\r2_r1.binaries.amd64chk\Symbols.pri\retail\exe .\exe\
if not %errorlevel% == 0 (echo "ERROR: Bin file copy failed." && goto :EXIT)
echo ... test bins copied.


nits -uninstall
del c:\Windows\system32\nits*
copy nits* c:\Windows\system32
nits -install

:EXIT 

ViewCVS 0.9.2