home *** CD-ROM | disk | FTP | other *** search
/ Más de 2,500 Juegos / CD1.iso / ZIPDAT / 0002 / 0002.ZIP / SETUP.BAT < prev    next >
DOS Batch File  |  1996-07-06  |  189b  |  11 lines

  1. @echo off
  2. setd
  3. IF ERRORLEVEL 1 GOTO ABORTED1
  4. GOTO END
  5. :ABORTED1
  6. echo Digital Sound Driver configuration was not completed.
  7. GOTO FINI
  8. :END
  9. echo Sound Configuration Complete!
  10. :FINI
  11.