home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #2 / RBBS_vol1_no2.iso / 014r / pkxarc23.zip / PKXARC23.DOC < prev   
Text File  |  1986-02-12  |  4KB  |  137 lines

  1. PKXARC   FAST!  Archive Extract Utility  Version 2.3  2-11-86   by Phil Katz
  2. Page 1
  3.  
  4.  
  5. Using PKXARC
  6. ------------
  7.  
  8. pkxarc [[/r]|[/h]] [[d:]path\]ARCfile[.ext] [[d:]path\]
  9.  
  10.  
  11.       /r    replace existing files without query
  12.  
  13.       /h    display help information
  14.  
  15.       d:    drive letter - default is current drive
  16.  
  17.       path\    DOS path name - default is current subdirectory
  18.  
  19.       ARCfile    ARChive file name.  Wildcards *,? ok.
  20.  
  21.       .ext    file extension - default is ".arc"
  22.  
  23.  
  24. For example, to extract files from  all  ARChives  on  drive  A  and  store
  25. extracted files on drive B:
  26.  
  27. pkxarc a:* b:
  28.  
  29. To  extract  the  files  from  \fruit\tomato.arc and store files in \vegies
  30. overwriting existing files without query:
  31.  
  32. pkxarc/r \fruit\tomato \vegies\
  33.  
  34. To extract all the files from the file c:trekfull.arc and  place  extracted
  35. files in the current drive & subdirectory:
  36.  
  37. pkxarc c:trekfull
  38. PKXARC   FAST!  Archive Extract Utility  Version 2.3  2-11-86   by Phil Katz
  39. Page 2
  40.  
  41.  
  42. PKXARC warnings
  43. ---------------
  44.  
  45. Warning!  File YYY already exists!  overwite (y/n)?
  46.  
  47.   - A file to be extracted from the ARChive already exists on disk.  Answer
  48.     "y"  to  extract  the  file  from  the archive anyway and overwrite the
  49.     existing file, "n" to not extract the file from the  archive.  Use  the
  50.     "/r" command line option to suppress this warning.
  51.  
  52. Unknown packimg method for file YYY
  53.   - The  file  is  squeezed  or  encoded  in a unkown way.  The ARChive is
  54.     probably corrupt.
  55.  
  56. Warning!  File YYY fails CRC check
  57.   - The Cyclic Redundancy Check calculation did not match the stored value.
  58.     The file is probably corrupt.
  59.  
  60. XXX is not an archive
  61.   - The ARChive file header does not indicate this is an ARChive file.
  62.  
  63. Archive length error
  64.   - A end of file token was not found for a file within  the  ARChive.  The
  65.     ARChive is corrupt.
  66.  
  67. Invalid header in archive
  68.   - The header information for the ARChive is invalid.
  69.  
  70.  
  71. PKXARC errors
  72. -------------
  73.  
  74. PKXARC: can't find XXX
  75.   - The given ARChive filename could not be found.
  76.  
  77. PKXARC: cannot read archive: XXX
  78.   - The ARChive could not be opened.
  79.  
  80. PKXARC: Cannot create: YYY
  81.   - The  output file could not be created.  The output directory is invalid
  82.     or full.
  83.  
  84. PKXARC: File has invalid decode tree
  85.   - The  Huffman  decode  tree  for  the  file is invalid.  The ARChive is
  86.     corrupt.
  87.  
  88. PKXARC: Disk full
  89.   - A write to the output file failed.  The disk is most likely full.
  90.  
  91. PKXARC: Internal table overflow
  92.   - An internal decode table overflowed.  The ARChive is corrupt.
  93. PKXARC   FAST!  Archive Extract Utility  Version 2.3  2-11-86   by Phil Katz
  94. Page 3
  95.  
  96.  
  97. PKXARC history
  98. --------------
  99.  
  100. Soon after the ARChive file format was introduced into the public domain it
  101. became  popular,  and many BBS files were transfered this way.  The ARChive
  102. format is a convenient way to put several files into one and  squeeze  them
  103. for effecient disk storage and reduced transfer time, in one step.
  104.  
  105. However, the ARChive utility was  much  slower  at  extracting  files  than
  106. equivalent  UnSQueeze  type  programs.   In the inevitable quest for faster
  107. ARChive file extraction, PKXARC was born.
  108.  
  109.  
  110. Changes in PKXARC version 2.3
  111. -----------------------------
  112.  
  113. The ability to extract dynamic Lempel-Zev encoded files was added.  Version
  114. 5.0 of ARC  introduced  a  new,  more  efficient  variation  of  Lempel-Zev
  115. 'crunching'.  PKXARC can now extract files crunched with this method, up to
  116. 3 times faster than ARC 5.1.
  117.  
  118.  
  119. General
  120. -------
  121.  
  122. PKXARC  will  run  on any IBM PC/XT/AT/RT/jr/Portable/Lap-Top or comaptible
  123. running PC/MS DOS 2.0 or higher.
  124.  
  125. You are free to use, copy, and distribute PKXARC providing that:
  126.  
  127. NO FEE IS CHARGED FOR USE, COPYING OR DISTRIBUTION.
  128.  
  129. IT IS NOT MODIFIED IN ANY WAY.
  130.  
  131.  
  132. If you have any questions or comments about PKXARC send them to:
  133. Phil Katz
  134. EXEC-PC IBBS
  135. Milwaukee, WI.
  136. (modem) (414) 964-5160.
  137.