home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / UT / UT097.ZIP / LHA205A.EXE / LHA205.HLP < prev   
Text File  |  1991-02-05  |  6KB  |  184 lines

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