(file) Return to gen.cmd CVS log (file) (dir) Up to [OMI] / omi / omiutils / mofs

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

setlocal
SET OMIUTILMOF_DIR=%SDXROOT%\admin\wmi\winomi\omiutils\mofs
SET CIM226_DIR=%SDXROOT%\admin\wmi\WMIv2\CIM-2.26.0

REM run downlevel version if available
set converter=%_NTTREE%\WINIP\win7\Convert-MofToProvider.exe
if not exist %converter% (
    set converter=Convert-MofToProvider.exe
)
%converter% -ClassList DummyClass -ExtraClass OMI_DebugError -MofFile %OMIUTILMOF_DIR%\gen.mof -IncludePath %OMIUTILMOF_DIR% %CIM226_DIR% -SkipLocalize -OutPath %OMIUTILMOF_DIR%\gen

ViewCVS 0.9.2