home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 1995 April
/
pcw-0495.bin
/
dosmenu.bat
next >
Wrap
DOS Batch File
|
1995-02-13
|
3KB
|
203 lines
@echo off
:start
cls
echo PCW INTERACTIVE - QUICK DOS MENU
echo"
echo"
echo This Dos menu system is here for readers who don't have (or don't use) Windows.
echo It is also needed for some games that refuse to run correctly from within
echo Windows. You can even play the animations on this disk directly from the menu.
echo"
echo"
echo"
echo"
echo"
echo"
echo"
echo"
echo"
echo"
echo"
echo"
echo"
echo"
echo"
echo Use the cursor keys and Return to select and run an option, or press Escape to
echo return to Dos. Please don't try to run this batch file from Windows as it
echo defeats the whole object and won't work properly anyway.
:menu1
\system\getopt "Select an option:" Aladdin Boppin "Cover Disk" "Evasive Maneouvers" "-- More --"
if errorlevel=5 goto menu2
if errorlevel=4 goto evasive
if errorlevel=3 goto coverd
if errorlevel=2 goto boppin
if errorlevel=1 goto aladdin
goto exit
:menu2
\system\getopt "Select an option:" "Inertia Player" "Knowledge Adventure" "Lion King" "Magic Carpet" "-- More --"
if errorlevel=5 goto menu3
if errorlevel=4 goto carpet
if errorlevel=3 goto lion
if errorlevel=2 goto ka
if errorlevel=1 goto iplay
goto exit
:menu3
\system\getopt "Select an option:" Hexxagon "Pool 1994" "Rebel Assault" "Rise of the Triad" "-- More --"
if errorlevel=5 goto menu1
if errorlevel=4 goto rott
if errorlevel=3 goto rebel
if errorlevel=2 goto pool
if errorlevel=1 goto hexx
goto exit
:coverd
cls
cd \covdisk
command /c pcw
echo"
echo Press any key to continue...
pause >nul
cd \
dosmenu
:aladdin
cls
cd \demos\aladdin
aladdin
echo"
echo Press any key to continue...
pause >nul
cd \
dosmenu
:carpet
cls
cd \demos\carpet
carpet
echo"
echo Press any key to continue...
pause >nul
cd \
dosmenu
:cyberwar
cls
cd \demos\cyberwar\install
install
echo stick something here!!!
pause
echo"
echo Press any key to continue...
pause >nul
cd \
dosmenu
:ka
cls
cd \demos\ka
ka
echo stick something here!!!
pause
echo"
echo Press any key to continue...
pause >nul
cd \
dosmenu
:lion
cls
cd \demos\lionking
lionking
echo"
echo Press any key to continue...
pause >nul
cd \
dosmenu
:rebel
cls
cd \demos\rebel
rebel
cd \
dosmenu
:pool
cls
cd \sharewre\1994pool
1994pool
cd \
dosmenu
:iplay
cls
cd \sharewre\iplay
iplay
echo"
echo Press any key to continue...
pause >nul
cd \
dosmenu
:boppin
cls
cd \sharewre\boppin
bopsw
cd \
dosmenu
:evasive
cls
cd \sharewre\evasive
evasive
cd \
dosmenu
:hexx
cls
cd \sharewre\hexxagon
hexx
cd \
dosmenu
:rott
cls
cd \sharewre\rott
rott
echo Press any key to continue...
pause >nul
cd \
dosmenu
:exit
cls
echo Goodbye from PCWI...
echo"