home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo RUCKUS 1.0 Install
- echo.
- echo To install RUCKUS, the library files must first be extracted and built.
- echo Two install routines are run, one each for RUCKUS-DAC and RUCKUS-MIDI.
- echo.
- pause
- inst_dac
- if errorlevel==1 goto nogo
- inst_mid
- if errorlevel==1 goto nogo
- echo.
- echo Installation was a success. Refer to the documentation under Appendix C.
- echo for further installation procedures.
- echo.
- goto endit
- :nogo
- echo.
- echo Installation failed to complete.
- :endit