home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug001.arc / STROKE.COM < prev    next >
Text File  |  1979-12-31  |  512b  |  16 lines

  1. :        /.COM
  2.  
  3.       This utility  program reads a command line which
  4.     may contain several program invocations.  A $$$.SUB
  5.     file is built with these commands.  This file is
  6.     then executed.
  7.  
  8.       For example, the command line:
  9.  
  10.     / asm copy; load copy; dir copy*.*; type copy.prn
  11.  
  12.     will build a file containing commands to assemble
  13.     and load the file named 'copy', search the directory
  14.     for all copy programs, and type the COPY.PRN file.
  15.  
  16.