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

File: [OMI] / omi / nits / RunNitsSampleTests.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

REM usage check - make sure the binary location is specified
if "%1"=="" (echo "ERROR: Specify binary location" && goto :Exit)

call nits -reset
call nits -uninstall
call del \windows\system32\nits*
call copy /y %1\nits* \Windows\system32\
call nits -install
if not %errorlevel% == 0 (echo "ERROR: Nits install failed" && goto :Exit)
call nits -trace -wtt:c:\winomi\results.wtl -target:nitssample.dll;nitssampleproduct.dll nitssample.dll

:Exit

ViewCVS 0.9.2