home *** CD-ROM | disk | FTP | other *** search
/ Excalibur 51 / Excalibur_51_cd.bin / cap / setup.bat < prev   
DOS Batch File  |  1995-09-08  |  340b  |  20 lines

  1. @echo off
  2. cd sound
  3. setd
  4. IF ERRORLEVEL 1 GOTO ABORTED1
  5. setm
  6. IF ERRORLEVEL 1 GOTO ABORTED2
  7. GOTO END
  8. :ABORTED1
  9. echo Digital Sound Driver configuration was not completed.
  10. GOTO FINI
  11. :ABORTED2
  12. echo Midi Music Driver configuration was not completed.
  13. GOTO FINI
  14. :END
  15. echo .
  16. echo Type "CAP" to start CAPITALISM.
  17. echo .
  18. :FINI
  19. cd ..
  20.