home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / fog / starter / unarc-cr.doc < prev    next >
Encoding:
Text File  |  1993-05-06  |  1.3 KB  |  28 lines

  1. Quick documentation for UNARC and UNCR
  2.  
  3. Both UNARC and UNCR have built in help screens... just type UNARC<cr> or
  4. UNCR<cr> to get help on command syntax.
  5.  
  6. UNARC will extract standard .ARC or .ARK files.  The simplest method is to
  7. extract all the files at once.  For example, if you have a file called
  8. PROGRAM.ARK on drive A: and you want to extract all the files to drive B:, just
  9. put a copy of UNARC.COM on drive A: with your .ARK file and type:
  10.          UNARC PROGRAM B:<cr>
  11.  
  12. UNARCA is an 8080 version of UNARC that works in the same fashion.
  13.  
  14. UNCR will uncompress most .?Z? files (where the ? can be any character). If you
  15. want to uncrunch a file called PROGRAM.DZC to the same drive it is already on,
  16. you would type the command:
  17.         UNCR PROGRAM<cr>
  18. UNCR will also unsqueeze most .?Q? files (where the ? can be any character).
  19. The command syntax is the same.
  20.  
  21. NOTE:  UNARC will both extract multiple files from a single .ARC or .ARK file
  22. and uncompress them, while UNCR will usually be used on files that have been
  23. first extracted from a .LBR file (with DE-LBR on this disk).
  24.  
  25. The complete documentation and in most cases the Z80 source code is available in
  26. the FOG Library for these programs.
  27.  
  28.