home *** CD-ROM | disk | FTP | other *** search
/ Shareware Gold 1 / The_Golden_ROM_Series_-_Shareware_Gold_Volume_1_Number_11_-_SK_89-301_-_1989.iso / BBS / LIB027.ARC / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1988-11-11  |  1KB  |  43 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 make sure your printer is on-line and set to TOP OF FORM.
  8. ECHO .
  9. ECHO This documentation will take about 80 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 Read Me file to printer with last minute information
  17. ECHO about AUTOMENU ......
  18. COPY READ.ME PRN: >NUL
  19. ECHO .
  20. ECHO .
  21. ECHO Now printing Documentation for AUTOMENU ......
  22. COPY AUTOMENU.DOC PRN: >NUL
  23. CLS
  24. ECHO .
  25. ECHO .
  26. ECHO .
  27. ECHO .
  28. ECHO .
  29. ECHO .
  30. ECHO AUTOMENU Documentation has been printed.
  31. ECHO .
  32. ECHO .
  33. ECHO .
  34. ECHO .
  35. ECHO .
  36. ECHO .
  37. ECHO Thank you for evaluating AUTOMENU and supporting the SHAREWARE Way!
  38. ECHO .
  39. ECHO .
  40. ECHO .
  41. ECHO .
  42. ECHO End of file PRINTDOC.BAT  -  Returning to DOS . . . . . . .
  43.