home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PERSONAL / CHHAND32.ZIP / PRINTME.BAT < prev    next >
DOS Batch File  |  1991-10-13  |  792b  |  21 lines

  1. echo off
  2. cls
  3. echo       ╔══════════════════════════════════════════════════════════╗
  4. echo       ║ This will print the Cambridge Harness 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 21 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 Harness Handicapper Manual Now!
  16. copy harness.doc prn
  17. cls
  18. echo:
  19. echo                          Printout Complete!
  20. prompt $p$g
  21.