home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM User 1995 January
/
CDuser6Jan95.iso
/
SPBDEMO
/
SB.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-06-13
|
222b
|
11 lines
Echo off
goto load_sb
:no_sb
echo 'SPELLBOU.EXE' is not in the current directory so cannot load it.
goto end
:load_sb
if not exist spellbou.exe goto no_sb
intro %1 %2 %3 %4 %5 %6
spellbou %1 %2 %3 %4 %5 %6
:end