/VALIDATE [DEVICEFILENAME]
Validate the specified device.
The argument is the full path of the device xml file.
/CREATE [DEVICENAME] [EFIID] [MIRRORFOLDER]
Create the device indicated.
The first argument is the name of the device (only the name, not the file).
The second argument is the EFI ID (1-225).
The optional third argument is a folder to copy the generated xml file to.
/ADDDESCRIPTOR [DEVICENAME] [DESCRIPTORFILENAME] [MIRRORFOLDER]
Add a descriptor to a device
The first argument is the name of the device (only the name, not the file).
The second argument is the full path of the .des file.
The optional third argument is a folder to copy the modified xml file to.
/PASSWORDPROTECT [DEVICEFILENAME]
Protect a device with password.
The argument is the full path of the device xml file.
The option must be specified together with the /PROTECTIONPASSWORD option.
/UNPROTECT [DEVICEFILENAME]
Remove protection from a password protected device.
The argument is the full path of the device xml file.
The option must be specified together with the /PROTECTIONPASSWORD option.
/PROTECTIONPASSWORD [PASSWORD]
The password to protect or unprotect a device.
The argument is a password.
The option must be specified together with the /PASSWORDPROTECT or /UNPROTECT option.