home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Buyer 1995 September
/
C_BUYER.ISO
/
games.bat
< prev
next >
Wrap
DOS Batch File
|
1995-07-16
|
226b
|
22 lines
@echo OFF
:TOP
\diskdata\go-menu main.mnu
if errorlevel 3 goto END
if errorlevel 2 goto HELP
if errorlevel 1 goto 1
goto TOP
:1
CD\DISKDATA
GAMES.BAT
GOTO END
:HELP
CD\DATA
SEE HELP.TXT
GOTO TOP
:END