From: AITGW::"FILESERV@WKUVX1.BITNET" 15-OCT-1991 09:00:05.77 To: ARISIA::EVERHART CC: Subj: FILESERV_TOOLS.README Received: by AITGW.DECnet (utk-mail11 v1.5) ; Tue, 15 Oct 91 08:59:54 EDT Received: from ukcc.uky.edu by aitgw.ge.com (5.65/GE Gateway 1.4) id AA09368; Tue, 15 Oct 91 08:59:49 -0400 Message-Id: <9110151259.AA09368@aitgw.ge.com> Received: from ukcc.uky.edu by UKCC.uky.edu (IBM VM SMTP V2R1) with BSMTP id 8455; Tue, 15 Oct 91 08:57:30 EDT Received: from UKCC by ukcc.uky.edu (Mailer R2.08) with BSMTP id 9436; Tue, 15 Oct 91 08:57:29 EDT Received: from WKUVX1.BITNET by ukcc.uky.edu (Mailer R2.08) with BSMTP id 9435; Tue, 15 Oct 91 08:57:29 EDT Received: by WKUVX1.BITNET (MX V2.3-1) id 3914; Tue, 15 Oct 1991 07:57:34 CDT Date: Tue, 15 Oct 1991 07:57:34 CDT From: FILESERV-Mgr@WKUVX1.BITNET Reply-To: FILESERV@WKUVX1.BITNET Subject: FILESERV_TOOLS.README To: ARISIA::EVERHART Package FILESERV_TOOLS contains the following files: DEHEXIFY.MAR A small MACRO-32 program that converts hexified files back to their original form. To use this program, simply assemble it and link it: $ MACRO DEHEXIFY $ LINK DEHEXIFY When you RUN DEHEXIFY, it prompts for the file name of the .HEX file. LZDCMP.HEX A hexified copy of the LZDCMP program, which is used to decompress files that have been compressed with LZCOMP. To use this program, run it through DEHEXIFY, then define a "foreign command" symbol: $ lzdcmp :== $disk:[directory]LZDCMP Some ther packages available from this FILESERV are BACKUP savesets that have been compressed, hexified, then split into multiple files with VMS_SHARE. To get back the original BACKUP saveset for a package, first concatenate all the parts together into one file (which is a command procedure) and execute it. This will provide the .HEX file. Then run that file through the DEHEXIFY program to get the .BCK_Z (compressed saveset) file. Finally, decompress the saveset with the command: $ lzdcmp package.BCK_Z package.BCK Then you can use the BACKUP command to list or retrieve the files in the saveset, for example: $ BACKUP/LIST package.BCK/SAVE_SET