home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best Objectech Shareware Selections
/
UNTITLED.iso
/
boss
/
musi
/
misc
/
017
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1993-03-05
|
502b
|
21 lines
@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