home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Now/Multimedia Now 1994 March
/
Multimedia_Now_Issue_3_1994.iso
/
dosprogs
/
spell
/
spell.shr
/
SB.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1993-02-20
|
290 b
|
13 lines
Echo off
if not exist %sound%\sbfmdrv.com goto load_sb
%sound%\sbfmdrv.com
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