home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / famtoo12.zip / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1989-08-25  |  811b  |  23 lines

  1. ECHO OFF
  2. CLS
  3. ECHO ---------------------------------------------------------------------
  4. ECHO  This file will print the documentation to Family Tools for you
  5. ECHO ---------------------------------------------------------------------
  6. ECHO .
  7. ECHO Please set your printer paper to the top of the form.
  8. ECHO .
  9. ECHO This documentation will take about 20 pages to print, if you do not
  10. ECHO wish to print the documentation to Family Tools at this time, please
  11. ECHO press <CONTROL> and the <BREAK> key at the same time.
  12. ECHO .
  13. ECHO Otherwise, the printing will begin as soon as you
  14. PAUSE
  15. CLS
  16. ECHO Now printing documentation...
  17. COPY FAMTOOLS.DOC PRN: >NUL
  18. CLS
  19. ECHO Successfully printed documentation...
  20. ECHO Turn off your printer..
  21. ECHO .
  22. ECHO Please read all the documentation carefully. Thank-you
  23.