+--------------------------------------------------------------------------+
|	Copyright (c)2011 American Megatrends, Inc.			   |
|	AMI SCE Utility. Ver 2.01.0028					   |
+--------------------------------------------------------------------------+

Default Usage:
	SCEDOS /o /s <NVRAM Script File> /h <HII dump file> [/v] [/q]
	SCEDOS /i /s <NVRAM Script File> [/ds] [/dm]

Raw Mode Usage:
	SCEDOS /o [/c] /l <listing file> /n <NVRAM Raw File> /h <HII dump file>
	SCEDOS /i /l <listing file> /n <NVRAM Raw File> [/f]
	where,
	   /o - Indicates Dump NVRAM data for Variables found in Listing File
	   /i - Indicates Import modified Variable data found in Listing File
	   to the NVRAM 
	   /c - Optional, Creates Variable Listing File containing information
	   about all the variables found in NVRAM
	   /l - Indicates Variable Listing File
	   /n - Indicates NVRAM Script File
	   /h - Indicates HII data file
	   /s - Indicates advanced script file
	   /f - Imports the NVRAM script file even when the CRC checksum of 
	   the target BIOS & the script file differs
	   /v - Indicates Verbose mode
	   /q - Indicates Quite mode
	   /ds - Indicates Current Question Value can be set as BIOS Standard Default Value
	   /dm - Indicates Current Question Value can be set as BIOS Manufacturing Default Value