home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / exchk307.zip / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1989-08-01  |  2KB  |  42 lines

  1. echo off
  2. cls
  3. echo   
  4. echo   
  5. echo   
  6. echo   
  7. echo            This documentation is provide for unregistered users
  8. echo          who would like to evaluate the product before deciding
  9. echo          to purchase a Registered copy.  As a Registered User
  10. echo          you will receive a professionally printed User's Guide
  11. echo          that is over 100 pages long, technical support, upgrade
  12. echo          notification, and a one year subscription to ExpressNews,
  13. echo          our newsletter that gives many tips and tricks about
  14. echo          using our products.
  15. echo            The Registered User's Guide contains a section on
  16. echo          troubleshooting, a complete index, and many detailed
  17. echo          pictures and diagrams that just aren't possible with
  18. echo          on-disk documentation.  So, if you would like to order
  19. echo          a Registered copy of the program instead of spending all
  20. echo          day printing this manual, press Ctrl-Break now and call
  21. echo          Expressware at (206) 788-0932 or print the Order Form by
  22. echo          typing:    ORDER      at the DOS prompt.   Thank you.
  23. echo   
  24. echo   
  25. echo   
  26.  
  27. pause
  28. cls
  29. echo Prepare to print the ExpressCheck documentation by:
  30. echo   
  31. echo         1 - Making sure that there is enough paper to
  32. echo             print the entire manual.  It requires about 50 pages.
  33. echo   
  34. echo         2 - Making sure your printer is ready and that the print
  35. echo             head is directly over a page break perforation.
  36. echo   
  37. echo  Ready to print the ExpressCheck User's Guide . . .
  38. pause
  39. copy check.doc prn
  40. copy orderfrm.doc prn
  41. copy response prn
  42.