home *** CD-ROM | disk | FTP | other *** search
/ TopWare Tools / TOOLS.iso / tools / top1544 / printdoc.bat < prev   
Encoding:
DOS Batch File  |  1993-09-22  |  752 b   |  32 lines

  1. ECHO OFF
  2. CLS
  3. ECHO -----------------------------------------------------------------
  4. ECHO  This Batch file will send the file DUAL.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 17 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
  14. PAUSE
  15. CLS
  16. ECHO .
  17. ECHO .
  18. ECHO .
  19. ECHO .
  20. ECHO .
  21. ECHO .
  22. ECHO Printing DUAL.DOC ..............Please Wait!
  23. COPY DUAL.DOC PRN: >NUL
  24. CLS
  25. ECHO .
  26. ECHO .
  27. ECHO .
  28. ECHO .
  29. ECHO .
  30. ECHO .
  31. ECHO Thank you for evaluating DualTools!
  32.