home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / game4 / thoro.lzh / PRINTME.BAT < prev    next >
DOS Batch File  |  1987-10-21  |  538b  |  17 lines

  1. echo off
  2. cls
  3. echo This will print the instruction manual for the
  4. echo Cambridge Thoroughbred Handicapper. The manual
  5. echo is 19 pages long. Make sure your printer is on
  6. echo line and that the print head is at the top of a page.
  7. echo The manual is already formatted. It will paginate
  8. echo properly on any 80-column printer. If you don't want to
  9. echo print now, hit CTRL-C. If you do want to print,
  10. pause
  11. cls
  12. echo off
  13. echo Printing your instruction manual....
  14. copy thoro.doc prn
  15. cls
  16. echo Printout complete! Returning to DOS
  17.