home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Buyer 1995 September
/
C_BUYER.ISO
/
buyer.bat
< prev
next >
Wrap
DOS Batch File
|
1995-07-18
|
294b
|
28 lines
@echo off
:TOP
\diskdata\go-menu MAIN.mnu
if errorlevel 4 goto END
if errorlevel 3 goto HELP
if errorlevel 2 goto 2
if errorlevel 1 goto 1
goto TOP
:1
CD\DISKDATA
SHARE.BAT
GOTO END
:2
CD\DISKDATA
GAMES.BAT
GOTO END
:HELP
CD\DISKDATA
SEE HELP.TXT
GOTO TOP
:END