home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Select: Games Special 5
/
SPSP5.bin
/
kids
/
spells
/
spells.bat
< prev
next >
Wrap
DOS Batch File
|
1994-02-03
|
228b
|
12 lines
Echo off
goto load_bos
:no_bos
echo 'BOSPROG.EXE' is not in the current directory so cannot load it.
goto end
:load_bos
cls
Echo Loading, please wait ...
if not exist bosprog.exe goto no_bos
bosprog %1 %2 %3 %4
:end