home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games 9 / CD_1.iso / kids / slobzone / install2.bat < prev    next >
DOS Batch File  |  1995-12-31  |  554b  |  27 lines

  1. @echo off
  2.  
  3. echo ┌───────────────┐
  4. echo │ Please Wait...│
  5. echo └───────────────┘
  6.  
  7. setd
  8. IF ERRORLEVEL 1 GOTO ABORTED1
  9. setm
  10. IF ERRORLEVEL 1 GOTO ABORTED2
  11. GOTO END
  12. :ABORTED1
  13. echo Digital Sound Driver configuration was not completed.
  14. GOTO FINI
  15. :ABORTED2
  16. echo Midi Music Driver configuration was not completed.
  17. GOTO FINI
  18. c:
  19. :END
  20. echo ┌─────────────────────────────┐
  21. echo │Sound Configuration Complete!│
  22. echo └─────────────────────────────┘
  23. echo Type 'Start' to run the game.
  24. echo Type 'Start -s' to run the game without sound.
  25.  
  26. :FINI
  27.