home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Education Master 1994 (4th Edition)
/
EDUCATIONS_MASTER_4TH_EDITION.bin
/
files
/
religion
/
problems
/
disktwo.exe
/
GO.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-06-06
|
314b
|
25 lines
echo off
CLS
:again
be menu.dat
be ask " " qhpb DEF=q
if errorlevel 4 goto PROB&W
if errorlevel 3 goto PROBLEMS
if errorlevel 2 goto HELP
if errorlevel 1 goto QUIT
:PROB&W
be cls
PROB&W
goto again
:PROBLEMS
be cls
PROBLEMS
goto again
:HELP
be cls
BR PROBLEMS.DOC
goto again
:QUIT
cls
exit