home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 2.6
/
1996-07_Disc_2.6.bin
/
menu.bat
< prev
next >
Wrap
DOS Batch File
|
1996-05-01
|
4KB
|
191 lines
echo off
cls
:pcg
echo.
echo ╔═════════════════════════════════════════╗
echo ║ Welcome to the PC GAMER DOS Installer ║
echo ╚═════════════════════════════════════════╝
echo.
echo ╔═══════════════════════════════════════════════════════════╗
echo ║ Please press the letter of the game you wish to install ║
echo ╚═══════════════════════════════════════════════════════════╝
echo.
echo a. Pandora Directive n. Descent 2 (HOGS)
echo b. Normality o. HEXEN (WADS)
echo c. Third Reich p. E(X)it
echo d. Zork Nemesis
echo e. Total Pinball 3D
echo f. Micro Machines 2
echo g. Super Stardust '96
echo h. Aethra Chronicles
echo i. WarWizard
echo j. Excelsior Phase One: Lysandia
echo k. The Search for Freedom
echo l. DOOM 2 (WADS)
echo m. Warcraft II Levels (PUDS)
echo.
echo For information and system requirements on a given game,
echo please refer to the Disc Pages in the magazine.
echo.
choice /c:abcdefghijklmnopqrstuvwxyz /n
if errorlevel 26 goto end
if errorlevel 25 goto end
if errorlevel 24 goto end
if errorlevel 23 goto end
if errorlevel 22 goto end
if errorlevel 21 goto end
if errorlevel 20 goto end
if errorlevel 19 goto end
if errorlevel 18 goto end
if errorlevel 17 goto end
if errorlevel 16 goto end
if errorlevel 15 goto inst15
if errorlevel 14 goto inst14
if errorlevel 13 goto inst13
if errorlevel 12 goto inst12
if errorlevel 11 goto inst11
if errorlevel 10 goto inst10
if errorlevel 9 goto inst9
if errorlevel 8 goto inst8
if errorlevel 7 goto inst7
if errorlevel 6 goto inst6
if errorlevel 5 goto inst5
if errorlevel 4 goto inst4
if errorlevel 3 goto inst3
if errorlevel 2 goto inst2
if errorlevel 1 goto inst1
:inst1
CD\PANDEMO
CALL INSTALL.EXE
echo.
echo Type WIN to return to the PC Gamer CD.
goto end
:inst2
CD\NORMAL
CALL INSTALL.EXE
echo.
echo Type WIN to return to the PC Gamer CD.
goto end
:inst3
CD\3RDEMO
CALL 3R
echo.
echo Type WIN to return to the PC Gamer CD.
goto end
:inst4
CD\NEMDEMO\DOS
CALL INSTALL.EXE
echo.
echo Type WIN to return to the PC Gamer CD.
goto end
:inst5
CD\TOTALPIN
CALL INSTALL.EXE
echo.
echo Type WIN to return to the PC Gamer CD.
goto end
:inst6
CD\MICRO
CALL MM2.BAT
echo.
echo Type WIN to return to the PC Gamer CD.
goto end
:inst7
echo. To play Super Stardust '96, create a directory on your
echo hard drive and copy the contents of the \STARDUST directory,
echo including subdirectoriees to that directory on your hard drive.
echo.
echo Then, type INSTALL while in the new directory on your hard drive.
echo.
echo Type WIN to return to the PC Gamer CD.
goto end
:inst8
CD\RPG\AETHRA
CALL INSTALL.EXE
echo.
echo Type GAME to play.
echo.
echo Type WIN to return to the PC Gamer CD.
goto end
:inst9
cls
echo. To play WarWizard, create a directory on
echo your hard drive and copy the contents of the
echo \RPG\WARWIZ directory to that directory on
echo your hard drive. Then, type INSTALL while in
echo the new directory on your hard drive.
echo.
echo Type WIN to return to the PC Gamer CD.
goto end
:inst10
cls
echo. To play Excelsior, create a directory on
echo your hard drive and copy the contents of the
echo \RPG\XCELSIOR directory to that directory on
echo your hard drive. Then, type EXLSIOR while in
echo the new directory on your hard drive.
echo.
echo Type WIN to return to the PC Gamer CD.
goto end
:inst11
cls
echo. To play Freedom, create a directory on
echo your hard drive and copy the contents of the
echo \RPG\FREEDOM directory to that directory on
echo your hard drive. Then, type INSTALL while in
echo the new directory on your hard drive.
echo.
echo Type WIN to return to the PC Gamer CD.
goto end
:inst12
CD\DOOM2
CLS
TYPE README.TXT
echo.
echo Type WIN to return to the PC Gamer CD.
goto end
:inst13
CD\WARCRAFT
cls
TYPE README.TXT
echo.
echo Type WIN to return to the PC Gamer CD.
goto end
:inst14
CD\DESCENT2
cls
TYPE README.TXT
echo.
echo Type WIN to return to the PC Gamer CD.
goto end
:inst15
CD\HEXEN
cls
TYPE README.TXT
echo.
echo Type WIN to return to the PC Gamer CD.
goto end
:end