Options available for /EDIT: COLLAPSE -- remove all spaces and tabs COMPRESS -- convert multiple spaces and tabs into a single space LOWERCASE -- convert unquoted letters into lower-case TRIM -- remove leading and trailing blanks (spaces and tabs) UNCOMMENT -- remove comments (from "!" to end of line) UPCASE -- convert unquoted letters into upper-case STRIP_TRAILING -- remove trailing blanks (spaces and tabs) IGNORE_QUOTES -- don't check quotes ("xxx") when doing edits FALLBACK -- strip 8-bit data into 7-bit equivalent FORMAT -- convert non-visible (control) characters into "." If both UPCASE and LOWERCASE are specified, UPCASE takes precedence. COLLAPSE supercedes COMPRESS and TRIM; TRIM supercedes STRIP_TRAILING. Quoted text is subject to FALLBACK and FORMAT modifications regardless of whether or not IGNORE_QUOTES is specified.