home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / utility / archiver / pkunarc / unarc.doc next >
Text File  |  1988-01-31  |  1KB  |  26 lines

  1. Unarc - extracts files from archive.
  2.     *** HANDLES Squashed (PKARCed) FILES !!! ***
  3. Usage:
  4.     enter the name of the archive in the TOS Takes Parameters dialog
  5.     box (with full path, e.g. (C:\modem\newstuf\new.arc")
  6.     You can also use it from a shell by typing "unarc <filename>"
  7.     It will respond by displaying each file as it is encountered, then
  8.     with a Yes/No/Quit/All prompt.  Hit any of the four keys (shifted
  9.     and unshifted the same, but not control):
  10.  
  11.         Y - Yes, extract this file from the archive
  12.         N - No, move to the next file
  13.         Q - Quit back to shell or desktop.
  14.         A - All files, extract the rest of the files without prompts
  15.  
  16. 1. It is more robust than ARC.TTP which has been known to crash on rare
  17.    occasions.
  18. 2. It is faster than ARC.TTP, but slower than DCOPY191.  I am using code from
  19.    the original ARC program modified to do either uncrunching or unsquashing,
  20.    the rest is in assembly language.  I do much more buffering than ARC.TTP,
  21.    but it is not as optimized as DCOPY.
  22. 3. It handles Squashed files (PKARC on the IBM PC's) directly.
  23. 4. It does not do listings (arc v) nor testing, this is extract only for now.
  24.    Use DCOPY or ARC for that.
  25. 5. Of course, it does not create archives, again, use DCOPY or ARC for that.
  26.