home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / calculat / rqm121.zip / PRNT.BAT < prev    next >
DOS Batch File  |  1991-02-15  |  312b  |  10 lines

  1. ECHO OFF
  2. CLS
  3. ECHO This program will print out the Introductory Text for
  4. ECHO the RETIREMENT QUICK-MONITOR program.  It takes 9 pages to
  5. ECHO print.  After you have made sure the printer is set to the top
  6. ECHO of the form and is turned on, then press any key to print.
  7. PAUSE
  8. COPY README.DOC PRN
  9. ECHO ON
  10.