home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / database / pcf70c.zip / PCF2.33A / DOC.BAT < prev    next >
DOS Batch File  |  1993-06-14  |  438b  |  13 lines

  1. ECHO OFF
  2. CLS
  3. ECHO *  Make sure your printer is turned on, is online and
  4. ECHO *  ready to go.  You should use 8-1/2" by 11" continuous
  5. ECHO *  form paper.  The documentation is 25 pages long.
  6. ECHO *
  7. ECHO *  When you are ready to begin printing the documentation,
  8. ECHO *  press any key.  If you need to stop the printing process,
  9. ECHO *  hold down the CTRL key and press the BREAK key or C.
  10. PAUSE
  11. COPY CONTACTS.DOC PRN
  12. ECHO ON
  13.