home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nederland Interaktief Kinderen
/
NLeduca.bin
/
NLEDUCA
/
GUUS
/
SPBDEMO.EXE
/
SB.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-04-11
|
282b
|
13 lines
Echo off
goto load_sb
:no_sb
echo 'SPELLBOU.EXE' staat niet in de huidige directory en kan dus niet worden geladen.
goto end
:load_sb
cls
Echo Er wordt geladen, even geduld ...
if not exist spellbou.exe goto no_sb
intro %1 %2 %3 %4 %5 %6
spellbou %1 %2 %3 %4 %5 %6
:end