@HEXIFY, Utilities, Convert to or from HEX (printable ASCII) fileCKVHEX and CKVDEH>Originally by Stuart Hecht of Stevens Institute of Technology.6Later versions by Eric McQueen, Utah State University.KCKVHEX is a Macro-32 program to convert any VMS file into a printable ASCIIL"hex" file, suitable for transfer as a text file by Kermit, electronic mail,Kor other means. CKVDEH will convert a hex file created by CKVHEX back into7its original form, with all FILES-11 attributes intact.BThe current version of CKVDEH.MAR supports both 16-bit-address andL32-bit-address format files by changing the ':' that starts each line to '<'Nfor 32-bit- address lines (you can also use 24-bit addresses by putting ';' onLthe front of a line). It does not require the output file to be contiguous.KCKVHEX only creates 32-bit address lines. Older versions of CKVHEX createdL16-bit lines. The current version of CKVDEH should be able to decode eitherkind of file correctly.To build CKVDEH, to do this: MACRO CKVDEH LINK CKVDEHTo build CKVHEX: MACRO CKVHEX LINK CKVHEXGTo use either of these programs, simply run it. It will prompt you for(any required input or output file names.[End of CKVDEH.HLP]