home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / pcpro.zip / PCPROX.EXE / PRINTME.BAT < prev    next >
DOS Batch File  |  1991-03-12  |  1KB  |  39 lines

  1. ECHO OFF
  2. CLS
  3. ECHO -----------------------------------------------------------------
  4. ECHO  This Batch file will send the file README.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 10 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 README.DOC file to printer with information
  17. ECHO about PC PRO ......
  18. COPY README.DOC PRN >NUL
  19. CLS
  20. ECHO 
  21. ECHO 
  22. ECHO 
  23. ECHO 
  24. ECHO 
  25. ECHO 
  26. ECHO PC PRO Documentation has been printed.
  27. ECHO 
  28. ECHO 
  29. ECHO 
  30. ECHO 
  31. ECHO 
  32. ECHO 
  33. ECHO Thank you for evaluating PC PRO and supporting the SHAREWARE Way!
  34. ECHO 
  35. ECHO 
  36. ECHO 
  37. ECHO 
  38. ECHO End of file PRINTME.BAT  -  Returning to DOS . . . . . . .
  39.