home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM User 1994 February
/
cdrom-user-07-1994-02.iso
/
pandemos
/
stor
/
go.bat
< prev
next >
Wrap
DOS Batch File
|
1994-11-25
|
513b
|
23 lines
@Echo off
if not exist king.exe goto 4
If exist c:\voyetra\driver.bat call c:\voyetra\driver
if exist c:\sb16\sb16set.exe c:\sb16\sb16set /MIDI:255 /VOC:255 /M:255 /SPK:255 /OPGAIN:8
king %1
If exist c:\voyetra\driver.bat call c:\voyetra\driver /rem
goto 3
:4
Echo Insert diskette in drive and type :
Echo go ─┘
:3
if %1. == OP. goto ST
goto END
:ST
if exist install.exe goto ST1
Echo Insert diskette in drive and
Echo press any key to continue.
pause > nul
goto ST
:ST1
install
:END