home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / MBUG / MBUG077.ARC / ARCRUN.DOC < prev    next >
Text File  |  1979-12-31  |  2KB  |  45 lines

  1.                      ARCRUN - Version 1.0
  2.  
  3. Dave Rand
  4. 10232-160 Street
  5. Edmonton, Alberta  Canada
  6.  
  7.     ARCRUN is a program which enables the use of command files from an
  8. archive. The advantage to this is that many of the command files in
  9. use are small: less than 1K. On a double density CP/M system, the block
  10. size is 2K, and on a hard disk, 4K-16K. This means a lot of wasted space.
  11.  
  12.     ARCRUN, when used with the rest of the ARC series, can 'expand' your
  13. available disk space by many K, or even hundreds of K for hard disk systems.
  14. It does this by storing only as much of the command file as is required, and
  15. packs many command files into two directory entries.
  16.  
  17.     To use ARCRUN, simply place the desired command files into a file called
  18. PROGS by using the ARCADD program. Then execute the command as follows:
  19.  
  20.     ARCRUN progname [Options]
  21.  
  22.     So, if you wanted to use the program ED.COM, with a source file of
  23. QQZ.PAR, and put the result on B, you would use the following command:
  24.  
  25.     ARCRUN ED QQZ.PAR B:
  26.  
  27.     Note that you may use a different archive name (the default is PROGS.ARC)
  28. by using the following syntax:
  29.  
  30.     ARCRUN -arcname progname [Options]
  31.  
  32.     The prolific use of CCP's that have auto drive/user number searches has
  33. prompted me to add the same capability to ARCRUN. Now, simply place your
  34. PROGS.ARC file (and PROGS.DIR, of course) in A0. ARCRUN will search for
  35. PROGS.DIR in the following order:
  36.  
  37.     Current drive, current user area.
  38.     Current drive, user area zero.
  39.     Drive A, user area zero.
  40.  
  41.     This is compatible with most of the extended CCP's.
  42.  
  43.     One last hint: rename the ARCRUN file to RUN.COM. It is easier to type,
  44. and easier to remember.
  45.