home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / GA / GA070.ZIP / BINGO.ZIP / HDINSTAL.BAT < prev    next >
DOS Batch File  |  1989-04-27  |  757b  |  26 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 in C:\BINGO on your hard disk.      ║
  8. echo ║ If you want to stop now, without installing BINGO MANIA           ║
  9. echo ║ on your hard disk, hit CTRL-C. To install the program,            ║
  10. echo ╚═══════════════════════════════════════════════════════════════════╝
  11. pause
  12. echo Creating C:\BINGO
  13. c:
  14. md\bingo
  15. cd\bingo
  16. echo Copying Files Now....
  17. copy a:bingo.exe
  18. copy a:bingo.cfg
  19. copy a:bingo.sts
  20. copy a:bingo.doc
  21. copy a:printme.bat
  22. cls
  23. echo:
  24. echo Installation is Complete! 
  25. echo To run BINGO MANIA, type BINGO and hit ENTER.
  26.