home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / archiver / fastlzh2 / fastlzh.doc < prev    next >
Text File  |  1990-07-13  |  7KB  |  235 lines

  1.  
  2.                          FASTLZH 2.5
  3.                          FASTLZH 2.0 gem acc 
  4.                          FASTLZH 1.8 gem acc add only
  5.  
  6.                  A LZH utility by Gary Burke
  7.                  Docs edited by Gomez Addams
  8.  
  9.                      Revision: 05/18/90
  10.                     Copyright Information
  11.                     ---------------------
  12.  
  13.      FASTLZH 2.5 (FASTLZH.TTP-TOS) and the documentation (FASTLZH.DOC)
  14.  are Copyright (c) 1990, Gary Burke All rights reserved.
  15.  
  16.      FASTLZH 2.0 gem (FASTLZH.PRG-ACC) and the documentation (FASTLZH.DOC)
  17.  are Copyright (c) 1990, Gary Burke All rights reserved.
  18.  
  19.      FASTLZH 1.8 gem add only (FASTLZH.PRG-ACC) and the documentation (FASTLZH.DOC)
  20.  are Copyright (c) 1990, Gary Burke All rights reserved.
  21.  
  22.      FASTLZH 2.5 and FASTLZH 2.0 gem acc is distributed as SHAREWARE. 
  23.  This means that if you enjoy the program and use it, you are expected
  24.  to become a registered user by sending a contribution of at least
  25.  $15.00 or anything you can afford to:
  26.  
  27.      Gary Burke
  28.      31 culver lane
  29.      North Haven, CT 06473
  30.      GENIE - #G.BURKE
  31.      
  32.      I also can be reached on HI-TECH BBS (203)776-2850
  33.                  or on Cemetery Ridge Bbs (914)225-2374
  34.  
  35.  
  36.      Shareware can be a feasible alternative to the normal means
  37. of distribution but it will only work if you do send in your
  38. registration fee.  I've spent a lot of hours working on FASTLZH 2.5
  39. I'm looking at this as a sort of experiment, So if you'd like to see
  40. further updates to FASTLZH 2.5 and other shareware programs, your
  41. support will make a difference!
  42.  
  43.      Registered users will be informed of any updates, and be the
  44. first to receive them when they're ready.  Also, if you have
  45. suggestions for improving FASTLZH, your opinions will carry
  46. more weight if you're registered; I'll work to include any
  47. suggestions that seem useful.  If you have an account on GEnie
  48. please include your user name or ID number when registering this
  49. is the easiest way for me to get in touch with you.
  50.  
  51.      Your archive should contain
  52.  
  53.  FASTLZH.PRG ACC
  54.  FASTLZH.TTP
  55.  FASTLZH.DOC
  56.  UPDATE.DOC
  57.  
  58.  
  59.      FASTLZH may be freely distributed as long as both of the
  60. above-mentioned files are included and unaltered.  The program
  61. may NOT be sold.
  62.  
  63.  
  64. FASTLZH 2.5 - A program for uncompressing-compressing-testing and
  65. viewing .LZH archive files.
  66.  
  67. FASTLZH 2.0 gem Skip to the section GEM VERSION
  68.  
  69. FASTLZH is a self contained program - LHARC does not
  70. need to be present to extract files.  It is written in 100% Assembly
  71. language using hisoft dev2.
  72.  
  73.      FASTLZH works the same way as LHARC if you already use LHARC then you
  74. can use FASTLZH in exactly the same way.
  75.  
  76.  
  77.  
  78.  
  79.  
  80. How to Use the Program:
  81. -----------------------
  82.  
  83.      FASTLZH can be used as a ttp or tos file just rename file from
  84. FASTLZH.TTP to FASTLZH.TOS.
  85.  
  86.      As a TTP file you can enter a command line in the standard TOS alert
  87. box.  From that point on FASTLZH will be automatic there is no more user
  88. input.  But if for some strange reason you do not enter a command in the
  89. alert box FASTLZH will prompt you for your command.
  90.  
  91.      As a TOS file FASTLZH will prompt you for your command.
  92.  
  93.  
  94.      FASTLZH works with ARCSHL21.PRG with no problems, but you can not use
  95. the "Include folders option" from that shell.  Maybe in a future release
  96. of the ARCSHELL they will pass the "Z" option to LZH processing like they
  97. do when using ARC.
  98.  
  99.      FASTLZH also works with FoReM Filemanager v2.5f.
  100.  
  101.  
  102. COMMANDS
  103. --------
  104.  
  105. x  -  Extract files from an LZH
  106. a  -  Add files to an LZH
  107. m  -  Move files to an LZH (same as add but files are deleted after they 
  108.       are added)
  109. v  -  Verbose Listing of the contents of an LZH file
  110. t  -  Test an LZH
  111.  
  112.  
  113. SWITCHES
  114. --------
  115.  
  116. h  -  Hold screen upon completion of FASTLZH
  117. z  -  Include embedded sub-directories
  118.  
  119.  
  120. Here are some command examples....
  121.  
  122.  
  123. EXTRACTING
  124. ----------
  125.  
  126.  
  127. x c:\lzhfile.lzh c:\junk\*.*
  128.  
  129.      This command will extract all files from the lzhfile into a folder
  130. named JUNK, including any sub-folders that may be included in the LZH.
  131. If the folder JUNK is not found, it will be created for you.  You do not
  132. need to create the output folders yourself.  You also do not need to use
  133. the extender .LZH on your lzh filename.  When the task is done FASTLZH
  134. will not hold the screen.
  135.  
  136.  
  137. xh c:\lzhfile c:\junk\*.*
  138.  
  139.      Same as above but FASTLZH will wait for keyboard input before exit.
  140.  
  141.  
  142. NOTES ON EXTRACTING FILES
  143. -------------------------
  144.  
  145.      FASTLZH will automatically create any folder needed for output.
  146.  
  147.      In order for FASTLZH to process embedded folders in an LZH, that
  148. LZH must have been created with FASTLZH v2.5 or greater.  It is not
  149. compatable with LHARC  which stores the folder information in the
  150. LZH in a different format.
  151.  
  152.  
  153. ADDING / MOVING
  154. ---------------
  155.  
  156.  
  157. ah c:\lzhfile c:\junk\*.*
  158.  
  159.      This command will add all files contained in the folder JUNK into
  160. an LZH called LZHFILE.LZH.  It will not include any folders contained in
  161. the JUNK folder.  It will then wait for a key press before exit.
  162.  
  163.  
  164. mzh c:\lzhfile c:\junk\*.*
  165.  
  166.      This command will add all files contained in the folder JUNK into
  167. an LZH called LZHFILE.LZH.  It will also include all files contained in any
  168. folder contained in the JUNK folder and retain their folder information
  169. for later extraction.  It will then wait for a key press before exit.
  170.  
  171.  
  172. OTHER FUNCTIONS
  173. ---------------
  174.  
  175. vh c:\lzhfile
  176.  
  177.      This command will return a verbose listing of the contents of the LZH.
  178. It will then wait for a key press before exit.
  179.  
  180.  
  181. th c:\lzhfile
  182.  
  183.      This command will do a full CRC check on all files contained in the
  184. LZH.  It basically does everything an extract does but does not write out
  185. any files.
  186.  
  187.  
  188. OTHER NOTES
  189. -----------
  190.  
  191.      When specifying filenames you can use any standard TOS wildcard
  192. specification.
  193.  
  194.  
  195. GEM FASLZH gem version 2.0
  196. ----------
  197.  
  198.      All function work the same in the gem version as in the ttp tos.
  199.  If you wish to have FASTLZH load as an ACC file just rename FASTLZH.PRG
  200.  to FASTLZH.ACC thats it.
  201.  
  202.  
  203. ADD
  204. ---
  205.      Adds files to the arc
  206.  
  207. ADD ALL
  208. -------
  209.      Adds all files in the path to the arc same as the Z command
  210.  
  211. EXTRACT
  212. -------
  213.      Extracts files from the arc
  214.  
  215. TEST
  216. ----
  217.      Performs a crc check of files in the arc
  218.  
  219. MOVE
  220. ----
  221.      Adds files to the arc and deletes the file added
  222.  
  223. VIEW
  224. ----
  225.      Shows files that are in the arc
  226.  
  227.  
  228. GEM FASLZH gem version 1.8 adder
  229. ----------
  230.  
  231.      All function work the same in the gem version as in the ttp tos.
  232.  If you wish to have FASTLZH load as an ACC file just rename FASTLZH.PRG
  233.  to FASTLZH.ACC thats it.
  234.  This version will add to an archive only.. 
  235.