home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / GLEN / XTREE.ZIP / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1990-04-11  |  1KB  |  47 lines

  1. ECHO OFF
  2. CLS
  3. ECHO -----------------------------------------------------------------
  4. ECHO  This Batch file will send the file 2_00EDOC.TXT 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 30 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 important information
  17. ECHO about XTree ......
  18. COPY READ.ME PRN: >NUL
  19. ECHO .
  20. ECHO .
  21. ECHO Now printing Documentation for XTree ......
  22. COPY 2_00EDOC.TXT PRN: >NUL
  23. ECHO .
  24. ECHO .
  25. ECHO Now printing license agreement ......
  26. COPY LICENSE.TXT PRN: >NUL
  27. ECHO .
  28. ECHO .
  29. ECHO Now printing registration form ......
  30. COPY REGISTER.FRM PRN: >NUL
  31. CLS
  32. ECHO .
  33. ECHO .
  34. ECHO XTree Documentation has been printed.
  35. ECHO .
  36. ECHO .
  37. ECHO .
  38. ECHO .
  39. ECHO .
  40. ECHO .
  41. ECHO Thank you for using the XTree evaluation version!
  42. ECHO .
  43. ECHO .
  44. ECHO .
  45. ECHO .
  46. ECHO End of file PRINTDOC.BAT  -  Returning to DOS . . . . . . .
  47.