home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Education
/
collectionofeducationcarat1997.iso
/
GAMES
/
WRDPUZ.ZIP
/
GAMES.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-05-01
|
583b
|
46 lines
echo off
cls
word1
mvp
menugame 0 1
:game
if errorlevel==5 goto wordscrm
if errorlevel==4 goto quotboxs
if errorlevel==3 goto dblecros
if errorlevel==2 goto crptgram
if errorlevel==1 goto crosword
goto end
:wordscrm
wordscrm 0
if errorlevel==1 goto menu
goto end
:quotboxs
quotboxs 0
if errorlevel==1 goto menu
goto end
:dblecros
dblecros 0
if errorlevel==1 goto menu
goto end
:crptgram
crptgram 0
if errorlevel==1 goto menu
goto end
:crosword
crosword 0
if errorlevel==1 goto menu
goto end
:menu
menugame 0 0
goto game
:end
word