home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Home Edutainment Collecti… Childrens English Tutor
/
Aztech-HomeEdutainmentCollection-Vol3-ChildrensEnglishTutor.iso
/
story
/
story.bat
< prev
next >
Wrap
DOS Batch File
|
1993-10-02
|
623b
|
51 lines
echo off
cls
type readme
:START
echo Press any # key:
break on
getkey
if errorlevel 57 goto L57
if errorlevel 56 goto L56
if errorlevel 55 goto L55
if errorlevel 54 goto L54
if errorlevel 53 goto L53
if errorlevel 52 goto L52
if errorlevel 51 goto L51
if errorlevel 50 goto L50
if errorlevel 49 goto L49
if errorlevel 48 goto L48
:L48
GOTO EXIT
:L49
call 1
GOTO END
:L50
call 2
GOTO END
:L51
call 3
GOTO END
:L52
call 4
GOTO END
:L53
call 5
GOTO END
:L54
call 6
GOTO END
:L55
call 7
GOTO END
:L56
call 8
GOTO END
:L57
GOTO EXIT
:END
break off
GOTO START
:EXIT
break off