home *** CD-ROM | disk | FTP | other *** search
/ 3D Action & Classic Games / NEW.iso / logic / loderdos / loderdos.exe / SETSOUND.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-09-25  |  440 b   |  31 lines

  1. @echo off
  2. cd audio
  3.  
  4. setd
  5. IF ERRORLEVEL 1 GOTO ABORTED1
  6.  
  7. setm
  8. IF ERRORLEVEL 1 GOTO ABORTED2
  9. GOTO END
  10.  
  11. :ABORTED1
  12. echo Digital Sound Driver configuration was not completed.
  13. cd..
  14. GOTO FINI
  15.  
  16. :ABORTED2
  17. echo Midi Music Driver configuration was not completed.
  18. cd..
  19. GOTO FINI
  20.  
  21. :END
  22. echo Sound Configuration Complete!
  23.  
  24. cd..
  25. copy audio\soundrv.com 
  26. copy audio\midpak.com
  27. copy audio\midpak.adv
  28. copy audio\midpak.ad
  29.  
  30. :FINI
  31.