home *** CD-ROM | disk | FTP | other *** search
/ 1,000 Games / Disc1.iso / ADVEN / WRATH / INSTALL.BAT < prev    next >
DOS Batch File  |  1995-10-02  |  426b  |  19 lines

  1. @echo off
  2. a:bwinstal.exe
  3. IF ERRORLEVEL 1 GOTO END
  4. setd
  5. IF ERRORLEVEL 1 GOTO ABORTED1
  6. setm
  7. IF ERRORLEVEL 1 GOTO ABORTED2
  8. echo Battle Wrath successfully installed.
  9. echo Type SETUP to change your sound card configuration.
  10. echo Type WRATH to play now.
  11. GOTO END
  12. :ABORTED1
  13. echo Digital Sound Driver configuration was not completed.
  14. GOTO END
  15. :ABORTED2
  16. echo Midi Music Driver configuration was not completed.
  17. :END
  18.  
  19.