home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM User 1994 February
/
cdrom-user-07-1994-02.iso
/
pandemos
/
wond
/
go.bat
< prev
next >
Wrap
DOS Batch File
|
1994-11-25
|
535b
|
23 lines
@Echo off
if not exist ABCE\opening.gif 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
drawv %1
If exist c:\voyetra\driver.bat call c:\voyetra\driver /rem
goto 3
:4
Echo Insert diskette no. 1 in drive and type :
Echo go ─┘
:3
if %1. == OP. goto ST
goto END
:ST
if exist install.exe goto ST1
Echo Insert diskette no. 1 in drive and
Echo Press any key to continue.
pause > nul
goto ST
:ST1
install
:END