home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / misc / cthand44.zip / PRINTME.BAT < prev    next >
DOS Batch File  |  1993-06-20  |  788b  |  21 lines

  1. echo off
  2. cls
  3. echo       ╔══════════════════════════════════════════════════════════╗
  4. echo       ║ This will print the Cambridge Handicapper Manual.        ║
  5. echo       ║ Make sure your printer is on line and put the print      ║
  6. echo       ║ head at the top of a page. You will need 33 pages.       ║
  7. echo       ║ If you don't want to print the manual now, just          ║
  8. echo       ║ hold down the CTRL key and tap the letter "C".           ║
  9. echo       ║ To go ahead with the printout, strike any other key.     ║
  10. echo       ╚══════════════════════════════════════════════════════════╝
  11. pause > nul
  12. cls
  13. echo:
  14. echo:
  15. echo                  Printing the Handicapper Manual Now!
  16. copy thoro44.doc prn
  17. cls
  18. echo:
  19. echo                          Printout Complete!
  20. prompt $p$g
  21.