home *** CD-ROM | disk | FTP | other *** search
/ PC Format 1 / PCFORMATISSUE1DISK.iso / A / SB2 / LHA.HLP < prev   
Text File  |  1991-07-31  |  6KB  |  175 lines

  1.  
  2.                          LHA205 HELP GUIDE
  3.  
  4.                  by Irv Hoff, cleared by Yoshi-san
  5.  
  6.                           27 January 1991
  7.         NOTE:  The help guide built into LHA.EXE is still
  8.                in Japanese.  Refer to the very end of this
  9.                LHA205.HLP for the English version last made
  10.                available.
  11.  
  12.  
  13.  
  14. LHA205 - WHAT IS IT?
  15. -------------------
  16.  
  17.      LHA205 is a dual purpose archive program.
  18.  
  19.      1)  Its primary purpose is to take normal binary or text files
  20.          and make them smaller in size.  This saves great amounts of
  21.          storage space, with typical results being approximately 1/4
  22.          to 1/3 of original size.  It can handle any size file that
  23.          can be placed on the disk, together with the compressed file
  24.          it then makes.  Files in excess of 1 Mb may be easily used,
  25.          even though perhaps only 200 Kb RAM might be available.
  26.          This eliminates any potential problems from one computer to
  27.          another.
  28.  
  29.          It does this with by using special "compression tables."
  30.          These are automatically built into the program and involve
  31.          mathematical procedures which are simple for a computer.
  32.  
  33.      2)  The secondary purpose is to take more than one of these
  34.          programs and include them in just one file, although each
  35.          will have its own individual name inside that file.
  36.  
  37.                This is called an "archive."  In the days of
  38.                CP/M, they were called "library" files.  In the
  39.                early days of MS-DOS (and other comparable pro-
  40.                grams used by IBM computers) they were called
  41.                .ARC files.
  42.  
  43.                However, as other comparable programs appeared,
  44.                they were given various "extents" to identify
  45.                the program used.  Some sample names are .ARC,
  46.                .DWC, .LZH, .PAK, .ZIP, etc.
  47.  
  48.                Each has its own special characteristics.
  49.                Lists comparing the various programs are
  50.                available.
  51.  
  52.  
  53. ARCHIVE FILES
  54. -------------
  55.  
  56.      LHA205 can have hundreds of files in a single .LZH archive.
  57.      This allows storing complete hard disk directories in a space
  58.      typically 1/2 or less the original total - although many of the
  59.      files might already be archived.
  60.  
  61.      One such check made a file called "TEST.LZH."  It had 200 files
  62.      and was 41% the original directory size.
  63.  
  64.      Not only is this a great saving in size for storage, but puts
  65.      (in this case), the 200 files into one, single file.  This is
  66.      often beneficial.  Among other things, all files associated with
  67.      one program are kept together in the same archive.
  68.  
  69.  
  70. ------------------------------------------------------------------------
  71.  
  72. SIMPLE INSTRUCTIONS FOR USING LHA205:
  73. -------------------------------------
  74.  
  75.      1)  To compress one file called ABC.TXT.  (It will make a
  76.          file called ABC.LZH.)
  77.  
  78. 'a'               LH205 a ABC ABC.TXT
  79.              or
  80. 'a'               LH205 a ABC.LZH ABC.TXT
  81.                         ^    ^       ^
  82.                         a    b       c
  83.  
  84.  
  85.                   a  =  command
  86.                   b  =  archive program name
  87.                   c  =  pgm (or pgms) to be added/compressed
  88.  
  89.  
  90.          Either is suitable, one requires more typing.
  91.  
  92.          a)  In this case, the "a" is called a command.  There are
  93.              12 of those available (shown below).  A few are dupli-
  94.              cates to initially help users more familiar with other
  95.              programs.
  96.  
  97.              Typing LH205 will display this list on the screen.  It
  98.              also gives a very short summary what the command does.
  99.  
  100.  
  101.      2)  ADDING a program to an existing file:
  102.  
  103. 'a'               LH205 a ABC ABC.DOC
  104.  
  105.  
  106.      3)  ADDING SEVERAL files at one time:
  107.  
  108. 'a'               LH205 a ABC PGM1.EXT PGM2.EXT PGM3.EXT
  109.                            ^
  110.                            archive name
  111.  
  112.      4) DELETING a file called PGM4.EXT:
  113.  
  114. 'd'               LH205 d ABC PGM4
  115.                            ^
  116.                            archive name
  117.  
  118.      5) EXTRACTING a file called PGM4.EXT:
  119.  
  120. 'e'  (or 'x')     LH205 e ABC PGM4
  121.                            ^
  122.                            archive name
  123.  
  124.      6) LOOKING at the archive contents:
  125.  
  126. 'l'  (or 'v')     LH205 l ABC PGM4
  127.                            ^
  128.                            archive name
  129.  
  130.      7) DISPLAY a text file in an archive:
  131.  
  132. 'p'               LH205 p ARC PGM4
  133.                            ^
  134.                            archive name
  135.  
  136. COMMANDS:
  137. ---------
  138.  
  139.      There are 12 commands available (several are duplicates, to
  140.      make the program somewhat more compatible with programs that
  141.      may have better-known to the user.  The 'l' and 'v' are very
  142.      slightly different, the 'v' putting the file name on a line
  143.      by itself.)
  144.  
  145. These are listed by typing just LHA without any command of file name:
  146.  
  147.      a: Add files to archive            u: Update files to archive
  148.      f: Freshen files in archive        m: Move new files into archive
  149.      d: Delete files from archive       p: disPlay files in archive
  150.      e: Extract files from archive      x: eXtract files with directory
  151.      l: List of files in archive        v: View list with directory
  152.      t: Test integrity of archive       s: make a Self-extracting archive
  153.  
  154.  
  155.  
  156. SWITCHES
  157. --------
  158.  
  159.      (There are 15 "switches" which will be explained in the
  160.      MANUAL. Those include:
  161.  
  162.   <option>
  163.      r: Recursively collect files       w: assign Work directory
  164.      x: allow eXtended file names       m: no Message for query
  165.      p: distinguish full Path names     c: skip time-stamp Check
  166.      a: allow any Attributes of files   z: Zero compression (only store)
  167.      t: archive's Time-stamp option     h: select Header level (default = 1)
  168.      o: use Old compatible method       n: display No indicator
  169.      i: not Ignore lower case           l: display Long name with indicator
  170.      @: Response file name option
  171.  
  172.                               - end -
  173.  
  174.  
  175.