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

  1. echo off
  2. cls
  3. echo:
  4. echo:
  5. echo ╔═══════════════════════════════════════════════════════════════════╗
  6. echo ║ BINGO MANIA! Version 1.0                                          ║
  7. echo ║ This will install BINGO MANIA on a floppy disk in Drive B.        ║
  8. echo ║ The installation will include an AUTOEXEC.BAT file that will      ║
  9. echo ║ run the program automatically on startup if DOS has been          ║
  10. echo ║ installed on the disk. Only the working files necessary to run    ║
  11. echo ║ the handicapper will be copied. If you want to stop now without   ║
  12. echo ║ installing the handicapper, hit CTRL-C. To install the program,   ║
  13. echo ╚═══════════════════════════════════════════════════════════════════╝
  14. pause
  15. echo:
  16. echo Copying the files now...
  17. copy bingo.exe b:
  18. copy copy run.bat b:autoexec.bat
  19. copy bingo.cfg b:
  20. copy bingo.sts b:
  21. cls
  22. echo Installation is Complete! 
  23.