home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / GA / GA070.ZIP / BINGO.ZIP / PRINTME.BAT < prev    next >
DOS Batch File  |  1989-04-27  |  671b  |  18 lines

  1. echo off
  2. cls
  3. echo:
  4. echo:
  5. echo ╔═══════════════════════════════════════════════════════════════════╗
  6. echo ║ BINGO MANIA! Version 1.0                                          ║
  7. echo ║ This will PRINT the BINGO MANIA instruction manual.               ║
  8. echo ║ You will need 15 sheets of paper. Put the print head at the very  ║
  9. echo ║ top of the first sheet. If you don't want to print the manual     ║
  10. echo ║ now, hit CTRL-C to bail out. To continute with the printout,      ║
  11. echo ╚═══════════════════════════════════════════════════════════════════╝
  12. pause
  13. echo:
  14. echo Printing the BINGO MANIA manual...
  15. copy bingo.doc prn
  16. echo:
  17. echo Printout is complete!
  18.