home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / HD / HD045.ZIP / PRINTME.BAT < prev    next >
DOS Batch File  |  1990-09-23  |  840b  |  25 lines

  1. echo off
  2. cls
  3. echo ╔══════════════════════════════════════════════════════════════════╗
  4. echo ║  This batch file will print the documentation for The Cambridge  ║
  5. echo ║  Thoroughbred Handicapper. Make sure your printer is on line     ║
  6. echo ║  with the print head set at the top of a page. You will need     ║
  7. echo ║  24 sheets of paper to print the manual. The manual is already   ║
  8. echo ║  formatted. It will print properly on any printer, including     ║
  9. echo ║  laser printers. If you want to stop now without printing the    ║
  10. echo ║  manual, hit CTRL-C. Otherwise, strike any key to go ahead.      ║
  11. echo ╚══════════════════════════════════════════════════════════════════╝
  12. pause > nul
  13. cls
  14. echo Printing now.....
  15. copy thoro4sw.doc prn
  16. cls
  17. echo Printout complete! Good luck at the Track!
  18. prompt $p$g
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.