home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 18
/
CD_ASCQ_18_111294_W.iso
/
dos
/
prg
/
bas
/
ruckus
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1994-10-20
|
578b
|
24 lines
@echo off
REM use /B for mono video systems, as in INSTALL /b
cls
echo RUCKUS 1.1 Install
echo.
echo To install RUCKUS, the library files must first be extracted and built.
echo Two install runs are made: one each for RUCKUS-DAC and RUCKUS-MIDI.
echo.
pause
instruck RUCKDAC %1
if errorlevel==1 goto nogo
instruck RUCKMIDI %1
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