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 / LIB028 / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1988-11-12  |  1KB  |  44 lines

  1. ECHO OFF
  2. REM FILENAME PRINTDOC.BAT
  3. CLS
  4. ECHO -----------------------------------------------------------------
  5. ECHO  This Batch file will send the file TV.DOC to your printer
  6. ECHO -----------------------------------------------------------------
  7. ECHO .
  8. ECHO Please make sure your printer is on-line and set to TOP OF FORM.
  9. ECHO .
  10. ECHO This documentation will take about 45 pages to print, if you do not
  11. ECHO wish to print the documentation at this time, hold down the [Ctrl] key
  12. ECHO and press the [Break] key.
  13. ECHO .
  14. ECHO Otherwise, the printing will begin as soon as you
  15. PAUSE
  16. CLS
  17. ECHO Now printing Read Me file to printer with last minute information
  18. ECHO about TREEVIEW ......
  19. COPY READ.ME PRN: >NUL
  20. ECHO .
  21. ECHO .
  22. ECHO Now printing Documentation for TREEVIEW ......
  23. COPY TV.DOC PRN: >NUL
  24. CLS
  25. ECHO .
  26. ECHO .
  27. ECHO .
  28. ECHO .
  29. ECHO .
  30. ECHO .
  31. ECHO TREEVIEW Documentation has been printed.
  32. ECHO .
  33. ECHO .
  34. ECHO .
  35. ECHO .
  36. ECHO .
  37. ECHO .
  38. ECHO Thank you for evaluating TREEVIEW and supporting the SHAREWARE Way!
  39. ECHO .
  40. ECHO .
  41. ECHO .
  42. ECHO .
  43. ECHO End of file PRINTDOC.BAT  -  Returning to DOS . . . . . . .
  44.