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

 1 krisbash 1.1 xcopy /y/q/D \\tsclient\C\OMI\r2_r1.binaries.amd64chk\nitsdll.dll .
 2              if not %errorlevel% == 0 (echo "ERROR: Bin file copy failed." && goto :EXIT)
 3              xcopy /y/q/D \\tsclient\C\OMI\r2_r1.binaries.amd64chk\nitsinj.dll .
 4              if not %errorlevel% == 0 (echo "ERROR: Bin file copy failed." && goto :EXIT)
 5              xcopy /y/q/D \\tsclient\C\OMI\r2_r1.binaries.amd64chk\nits.exe .
 6              if not %errorlevel% == 0 (echo "ERROR: Bin file copy failed." && goto :EXIT)
 7              xcopy /y/q/D \\tsclient\C\OMI\r2_r1.binaries.amd64chk\nitssample.dll .
 8              if not %errorlevel% == 0 (echo "ERROR: Bin file copy failed." && goto :EXIT)
 9              xcopy /y/q/D \\tsclient\C\OMI\r2_r1.binaries.amd64chk\nitssampleproduct.dll .
10              if not %errorlevel% == 0 (echo "ERROR: Bin file copy failed." && goto :EXIT)
11              xcopy /s/e/q/r/y/D \\tsclient\C\OMI\r2_r1.binaries.amd64chk\Symbols.pri\retail\dll .\dll\
12              if not %errorlevel% == 0 (echo "ERROR: Bin file copy failed." && goto :EXIT)
13              xcopy /s/e/q/r/y/D \\tsclient\C\OMI\r2_r1.binaries.amd64chk\Symbols.pri\retail\exe .\exe\
14              if not %errorlevel% == 0 (echo "ERROR: Bin file copy failed." && goto :EXIT)
15              echo ... test bins copied.
16              
17              
18              nits -uninstall
19              del c:\Windows\system32\nits*
20              copy nits* c:\Windows\system32
21              nits -install
22 krisbash 1.1 
23              :EXIT 

ViewCVS 0.9.2