home *** CD-ROM | disk | FTP | other *** search
/ 1,000 Games / Disc1.iso / ARCADE / ROCKET / INSTALL.BAT < prev    next >
DOS Batch File  |  1997-04-14  |  827b  |  34 lines

  1. @echo off
  2. cls
  3. echo ********************************************
  4. echo ** Welcome to Rocket Raid sound installer **
  5. echo ********************************************
  6. echo If you have any trouble with the sound 
  7. echo installation, run this program again.
  8. echo Also, check the README file.
  9. echo For additional support email:
  10. echo jburke@frank.mtsu.edu
  11. echo Rocket Raid (c), 1997 Jonathan Burke
  12. pause
  13.  
  14. cd s_dr
  15. setd
  16. IF ERRORLEVEL 1 GOTO ABORTED1
  17. setm
  18. IF ERRORLEVEL 1 GOTO ABORTED2
  19. GOTO END
  20. :ABORTED1
  21. echo Digital Sound Driver configuration was not completed.
  22. GOTO FINI
  23. :ABORTED2
  24. echo Midi Music Driver configuration was not completed.
  25. GOTO FINI
  26. :END
  27. echo Sound Configuration Complete!
  28. echo Type MENU to demo sound and music.
  29. :FINI
  30. copy midpak.* ..
  31. copy soundrv.com ..
  32. echo type rocket to play.
  33.  
  34. cd ..