home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.wwiv.com
/
ftp.wwiv.com.zip
/
ftp.wwiv.com
/
pub
/
BBS
/
BFE1302A.ZIP
/
LOCAL.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-06-20
|
246b
|
22 lines
@echo off
bfe -p0 -s0 -cBFE.CTL -f
if ERRORLEVEL 99 goto Argh
if ERRORLEVEL 51 goto Caldwell
if ERRORLEVEL 50 goto Regular
:Argh
echo ARGH!
goto end
:Caldwell
echo Caldwell!
goto end
:regular
echo Under the Nile!
:end