You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_inFile=FileOrUriParameter("in_file","Path to the source disk.",false);
_outFile=FileOrUriParameter("out_file","Path to the output disk.",false);
_translation=newCommandLineEnumSwitch<GeometryTranslation>("t","translation","mode",GeometryTranslation.None,"Indicates the geometry adjustment to apply for bootable disks. Set this parameter to match the translation configured in the BIOS of the machine that will boot from the disk - auto should work in most cases for modern BIOS.");
_wipe=newCommandLineSwitch("w","wipe",null,"Write zero's to all unused parts of the disk. This option only makes sense when converting to an iSCSI LUN which may be dirty.");