home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #2 / RBBS_vol1_no2.iso / 014r / pkxarc26.zip / PKXARC26.DOC < prev   
Text File  |  1986-03-23  |  6KB  |  185 lines

  1. PKXARC   FAST!  Archive Extract Utility  Version 2.6  3-22-86   by Phil Katz
  2. Page 1
  3.  
  4.  
  5. Using PKXARC
  6. ------------
  7.  
  8. PKXARC [/r|/v|/h] [d:path\]ARCfile [d:path\] [[-extfile]...]
  9.  
  10.  
  11.     /r     Replace existing files without query.
  12.     /v     Display program license information.
  13.     /h     Display help information.
  14.     d:path\  DOS drive and/or path identifier.
  15.     ARCfile  ARChive file name, wildcards *,? ok.
  16.          If no extension is given .ARC is assumed.
  17.     extfile  Name(s) of files to be extracted.  If none are given
  18.          ALL files will be extracted.  Wildcards *,? ok.
  19.  
  20.  
  21. Examples:
  22.  
  23. PKXARC a:* b:
  24.   -Extract all files from all ARChives on drive A: storing extracted
  25.    files on drive B:.
  26.  
  27. PKXARC sigdir1 c:
  28.   -Extract all files from the ARChive SIGDIR1.ARC in the current
  29.    drive & subdirectory storing extracted files on drive C:.
  30.  
  31. PKXARC c:\lotus\tax -*.wks
  32.   -Extract all .WKS files from ARChive C:\LOTUS\TAX.ARC storing
  33.    extracted files in the current drive & subdirectory.
  34.  
  35. PKXARC/r c:\public\* d:\ -*.doc -*.txt
  36.   -Extract all .DOC and .TXT files from all archives in the directory
  37.    C:\PUBLIC storing the extracted files in the root directory of drive D:.
  38.    Overwrite existing files without query.
  39. PKXARC   FAST!  Archive Extract Utility  Version 2.6  3-22-86   by Phil Katz
  40. Page 2
  41.  
  42.  
  43. PKXARC warnings
  44. ---------------
  45.  
  46. Warning!  File YYY already exists!  overwrite (y/n)?
  47.  
  48.   - A file to be extracted from the ARChive already exists on disk.  Answer
  49.     "y"  to  extract  the  file  from  the archive anyway and overwrite the
  50.     existing file, "n" to not extract the file from the  archive.  Use  the
  51.     "/r" command line option to suppress this warning.
  52.  
  53. Unknown packing method for file YYY
  54.   - The  file  is  squeezed  or  encoded  in a unkown way.  The ARChive is
  55.     probably corrupt.
  56.  
  57. Warning!  File YYY fails CRC check
  58.   - The Cyclic Redundancy Check calculation did not match the stored value.
  59.     The file is probably corrupt.
  60.  
  61. XXX is not an archive
  62.   - The ARChive file header does not indicate this is an ARChive file.
  63.  
  64. Archive length error
  65.   - A end of file token was not found for a file within  the  ARChive.  The
  66.     ARChive is corrupt.
  67.  
  68.  
  69. PKXARC errors
  70. -------------
  71.  
  72. PKXARC: can't find XXX
  73.   - The given ARChive filename could not be found.
  74.  
  75. PKXARC: cannot read archive: XXX
  76.   - The ARChive could not be opened.
  77.  
  78. PKXARC: Cannot create: YYY
  79.   - The  output file could not be created.  The output directory is invalid
  80.     or full.
  81.  
  82. PKXARC: File has invalid decode tree
  83.   - The  Huffman  decode  tree  for  the  file is invalid.  The ARChive is
  84.     corrupt.
  85.  
  86. PKXARC: Disk full
  87.   - A write to the output file failed.  The disk is most likely full.
  88.  
  89. PKXARC: Internal table overflow
  90.   - An internal decode table overflowed.  The ARChive is corrupt.
  91. PKXARC   FAST!  Archive Extract Utility  Version 2.6  3-22-86   by Phil Katz
  92. Page 3
  93.  
  94.  
  95. PKXARC history
  96. --------------
  97.  
  98. Soon after the ARChive file format was introduced into the public domain it
  99. became  popular,  and many BBS files were transfered this way.  The ARChive
  100. format is a convenient way to put several files into one and  squeeze  them
  101. for effecient disk storage and reduced transfer time, in one step.
  102.  
  103. However, the ARChive utility was  much  slower  at  extracting  files  than
  104. equivalent  UnSQueeze  type  programs.   In the inevitable quest for faster
  105. ARChive file extraction, PKXARC was created.
  106.  
  107.  
  108. Changes in PKXARC version 2.3
  109. -----------------------------
  110.  
  111. The ability to extract dynamic Lempel-Zev encoded files was added.  Version
  112. 5.0  of  ARC  introduced  a  new,  more  efficient  variation of Lempel-Zev
  113. "Crunching".  PKXARC can now  extract  files  Crunched  with  this  method,
  114. approximately 3 times faster than ARC 5.1.
  115.  
  116.  
  117. Changes in PKXARC version 2.4
  118. -----------------------------
  119.  
  120. Performance for extracting dynamic  Lempel-Zev  files  has  been  improved.
  121. Files  which  are  identified  as  "Crunched" (with a capitol C) on the ARC
  122. verbose listing extract 15-20% faster than before.
  123.  
  124. When a "Disk full" error occurred, previous versions of PKXARC would  leave
  125. an empty or incomplete file on the disk.  PKXARC now deletes any incomplete
  126. files before aborting with a "Disk full" error.
  127.  
  128.  
  129. Changes in PKXARC version 2.5
  130. -----------------------------
  131.  
  132. The ability to extract specific files was added.  PKXARC can now be  passed
  133. the  specific names of files to be extracted from an ARChive on the command
  134. line.
  135.  
  136.  
  137. Changes in PKXARC version 2.6
  138. -----------------------------
  139.  
  140. Extraction performance for all compression  types  has  been  significantly
  141. improved  over  PKXARC  version  2.5.   Files  that are crunched with older
  142. versions of ARC (pre 5.x) extract 5% faster.  SQueezed  files  extract  15%
  143. faster.   Files that are Crunched with ARC 5.x extract 20% faster.
  144. PKXARC   FAST!  Archive Extract Utility  Version 2.6  3-22-86   by Phil Katz
  145. Page 4
  146.  
  147.  
  148. General
  149. -------
  150.  
  151. PKXARC  will  run on any IBM PC/XT/AT/RT/jr/Portable/Lap-Top or comaptible-
  152. whatever running PC/MS-DOS 2.0 or higher.
  153.  
  154. IBM is a registered trademark of the International Business Machine
  155. Corporation.
  156. MS-DOS is a registered trademark of Microsoft Inc.
  157.  
  158.  
  159. If you have any questions or comments about PKXARC send them to:
  160.  
  161. Phil Katz
  162. EXEC-PC MULTI-USER IBBS
  163. Milwaukee, WI.
  164. (modem) (414) 964-5160.
  165.  
  166.  
  167. License
  168. -------
  169.  
  170. You are free to use, copy and distribute PKXARC providing that:
  171.  
  172.     NO FEE IS CHARGED FOR USE, COPYING OR DISTRIBUTION.
  173.  
  174.     IT IS NOT MODIFIED IN ANY WAY.
  175.  
  176. This program is provided AS IS without any warranty, expressed or  implied,
  177. including but not limited to fitfulness for a particular purpose.
  178.  
  179. If you find PKXARC fast, easy, and convenient to use, a monetary
  180. contribution would be appreciated.  Send contributions to:
  181.  
  182. Phil Katz
  183. 7032 Ardara Avenue
  184. Glendale, WI 53209
  185.