home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / LZHUF.ZIP / LZHUF.TXT < prev   
Text File  |  1989-04-19  |  1KB  |  35 lines

  1.  
  2.                               LZHUF.EXE
  3.  
  4.         This file contains the source, binary, def, and make files for
  5. a file compression program which ostensibly comes from Japan.  It is very
  6. efficient, and produces packed files smaller than either the ARC or ZIP
  7. techniques.
  8.  
  9.         The C source, def, and make files were packed by the lzhuf.exe
  10. program, and must be unpacked by it before using them.   The entire pachage 
  11. was than packed using the common ARC utility.                                                     
  12.  
  13.               lzhuf.c         source file
  14.               lzhuf.def       def file
  15.               lzhuf.txt       text
  16.               lzhuf           make file
  17.  
  18.         I converted the public domain generic C source code to MSC 5.1
  19. ANSI C for porting the program to OS/2.
  20.  
  21.         The syntax is 
  22.         
  23.                 lzhuf e infile outfile          ; pack file
  24.                 lzhuf d infile outfile          ; unpack file
  25.  
  26.         The executable file produced by this source is not a complete
  27. archive utility, but it does produce nicely packed files, and is non-
  28. standard enough to qualify as an encryption.
  29.  
  30. 04-14-89
  31.                 
  32.                                 Harve Schiffman
  33.  
  34.  
  35.