Microsoft (R) 32-bit MOF Compiler Version 5.1.2253.1 Copyright (c) Microsoft Corp. 1997-1999. All rights reserved. usage: mofcomp [-check] [-N:] [-class:updateonly|-class:createonly] [-instance:updateonly|-instance:createonly] [-B:] [-P:] [-U:] [-A:] [-WMI] [-AUTORECOVER] [-MOF:] [-MFL:] [-AMENDMENT:] -check Syntax check only -N: Load into this namespace by default -class:updateonly Do not create new classes -class:safeupdate Update unless conflicts exist -class:forceupdate Update resolving conflicts if possible -class:createonly Do not change existing classes -instance:updateonly Do not create new instances -instance:createonly Do not change existing instances -U: User Name -P: Login password -A: Example: NTLMDOMAIN:Domain -B: Creates a binary MOF file, does not add to DB -WMI Do WMI syntax checks, requires the -B switch -AUTORECOVER Adds MOF to list of files compiled during DB recovery -Amendment: splits MOF into language neutral and specific versions where locale is of the form "MS_4??" -MOF: name of the language neutral output -MFL: name of the language specific output Example c:>mofcomp -N:root\default yourmof.mof