home *** CD-ROM | disk | FTP | other *** search
/ ftp.winsite.com/win95/demo / ftp.winsite.com-win95-demo.tar / ftp.winsite.com / pub / pc / win95 / demo / crashbsw.exe / SETUP.BAT < prev    next >
DOS Batch File  |  1999-06-03  |  495b  |  23 lines

  1. @echo off
  2. setd
  3. IF ERRORLEVEL 1 GOTO ABORTED1
  4. setm
  5. IF ERRORLEVEL 1 GOTO ABORTED2
  6. GOTO END
  7. :ABORTED1
  8. echo Digital Sound Driver configuration was not completed.
  9. GOTO FINI
  10. :ABORTED2
  11. echo Midi Music Driver configuration was not completed.
  12. GOTO FINI
  13. :END
  14. echo -Sound Configuration Complete!
  15. echo -
  16. echo -If you need to reconfigure sound in the future, type SETUP.
  17. echo -
  18. echo -Installation Complete!
  19. echo -
  20. echo -Type  CRASHB  to play.
  21. echo -Type  HELP  for instructions.
  22. :FINI
  23.