home *** CD-ROM | disk | FTP | other *** search
/ Big Blue Disk 10 / bbd10new.zip / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1987-05-15  |  640b  |  21 lines

  1. ECHO OFF
  2. CLS
  3. ECHO -----------------------------------------------------------------
  4. ECHO  This Batch file will send the file AUTOMENU.DOC to your printer
  5. ECHO -----------------------------------------------------------------
  6. ECHO .
  7. ECHO Please set your printer's top of form.
  8. ECHO .
  9. ECHO This documentation will take about 60 pages to print, if you do not
  10. ECHO wish to print the documentation at this time, hold down the [Ctrl] key
  11. ECHO and press the [Break] key.
  12. ECHO .
  13. ECHO Otherwise, the printing will begin as soon as you
  14. PAUSE
  15. CLS
  16. ECHO Now printing....
  17. COPY AUTOMENU.DOC PRN: >NUL
  18. CLS
  19. ECHO All Finished...
  20. ECHO ON
  21.