home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / throb5.zip / PRINTME.BAT < prev    next >
DOS Batch File  |  1990-09-22  |  1KB  |  36 lines

  1. echo off
  2. cls
  3. echo:
  4. echo             ╔════════════════════════════════════════════════╗
  5. echo             ║    The Cambridge Thoroughbred Handicapper 5    ║
  6. echo             ║              Instruction Manual                ║
  7. echo             ╠════════════════════════════════════════════════╣
  8. echo             ║  This will print out the Thoroughbred          ║
  9. echo             ║  Handicapper instruction manual. You will      ║
  10. echo             ║  need about 43 pages of paper.                 ║
  11. echo             ║                                                ║
  12. echo             ║  Make sure your printer is on line and the     ║
  13. echo             ║  print head is at the very top of a page.      ║
  14. echo             ║                                                ║
  15. echo             ║  If you want to STOP now WITHOUT printing out  ║
  16. echo             ║  the instruction manual, hit CTRL-C.           ║
  17. echo             ║                                                ║
  18. echo             ║  Hit any other key to print the manual...      ║
  19. echo             ║                                                ║
  20. echo             ║                                                ║
  21. echo             ╚════════════════════════════════════════════════╝
  22. echo:
  23. pause > nul
  24. cls
  25. echo:
  26. echo Printing the Manual Now.....
  27. copy thoro5sw.doc prn
  28. cls
  29. echo:
  30. echo Printout Complete!
  31. prompt $p$g
  32.  
  33.  
  34.  
  35.  
  36.