home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 2.5
/
1996-06_Disc_2.5.iso
/
menu.bat
< prev
next >
Wrap
DOS Batch File
|
1996-04-03
|
6KB
|
281 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. Virtual Snooker n. Rise & Rule of Ancient Civilizations
echo b. Rebel Assault o. Warbirds
echo c. Roadwarrior p. America Online
echo d. Knights Chase q. Doom 2 WADS
echo e. Assault Riggs r. Warcraft II Levels (PUDS)
echo f. Strife s. Descent HOGS
echo g. Big Red Racing t. HEXEN WADS
echo h. Rebel Runner u. Heretic WADS
echo i. Storm v. E(X)it
echo j. Seek & Destroy
echo k. Afterlife
echo l. Stars
echo m. Bruce Jenner Decathlon
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 inst21
if errorlevel 20 goto inst20
if errorlevel 19 goto inst19
if errorlevel 18 goto inst18
if errorlevel 17 goto inst17
if errorlevel 16 goto inst16
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\VSNOOKER
CALL INSTVS.BAT
echo.
echo Type WIN to return to the PC Gamer CD.
goto end
:inst2
CD\
CALL RBL2DEMO.EXE
echo.
echo Type WIN to return to the PC Gamer CD.
goto end
:inst3
CD\ROADWAR
CALL INSTALL.EXE
echo.
echo Type WIN to return to the PC Gamer CD.
goto end
:inst4
CD\
CALL INSTALL.BAT
echo.
echo Type WIN to return to the PC Gamer CD.
goto end
:inst5
CD\ARDEMO
CALL INSTALL.EXE
echo.
echo Type RIGS to play.
echo.
echo Type WIN to return to the PC Gamer CD.
goto end
:inst6
CD\STRIFE
CALL INSTALL.BAT
echo.
echo Type WIN to return to the PC Gamer CD.
goto end
:inst7
cd\BRRDEMO
call INSTALL.EXE
cls
echo.
echo Type RACING to play.
echo.
echo Type WIN to return to the PC Gamer CD.
goto end
:inst8
CD\DIGITAL
CALL INSTREB.BAT
CALL INSTALL.EXE
cls
echo.
echo Type DEMOINT to play.
echo.
echo Type WIN to return to the PC Gamer CD.
goto end
:inst9
CD\STORM
CALL INSTALL.BAT
echo.
echo Type WIN to return to the PC Gamer CD.
goto end
:inst10
CD\SEEK
CALL INSTSEEK.BAT
echo.
echo Type WIN to return to the PC Gamer CD.
goto end
:inst11
cls
echo.
echo AFTERLIFE is a Windows '95 game.
echo.
echo If you are not using our Jukebox,
echo you must enter Windows '95, click
echo on START, select RUN and enter:
echo D:\ALFDEMO\ALFDEMO.EXE
echo (where D: is the letter of your CD-ROM drive).
echo.
echo If you are in a DOS box, type EXIT to return to Windows '95.
echo.
goto end
:inst12
CD\STARS
CALL INSTSTAR.BAT
cls
echo.
echo STARS! is a Windows game.
echo.
echo To run, load Windows and from the
echo File Menu, select RUN and enter:
echo D:\STARS\STARS!.EXE
echo (where D: is the letter of your CD-ROM drive).
echo.
echo. Type WIN to return to the PC Gamer CD.
echo.
goto end
:inst13
cls
echo.
echo DECATHLON is a Windows '95 game.
echo.
echo If you are not using our Jukebox,
echo you must enter Windows '95, click
echo on START, select RUN and enter:
echo D:\DECATHLN\SETUP.EXE
echo (where D: is the letter of your CD-ROM drive).
echo.
echo If you are in a DOS box, type EXIT to return to Windows '95.
echo.
goto end
:inst14
cls
echo.
echo RISE & RULE can be run through
echo Windows 3.1 or Windows '95.
echo.
echo For the Windows 3.1 installation,
echo load Windows, pull down the FILE menu
echo and select RUN. Then enter:
echo D:\AEDEMO\SETUP.EXE
echo.
echo For the Windows '95 installation
echo you must enter Windows '95, click
echo on START, select RUN and enter:
echo D:\AEDEMO\SETUP.EXE
echo.
echo In both examples, the D: represents the
echo the letter of your CD-ROM drive - change
echo where appropriate.
echo.
echo Type WIN to return to the PC Gamer CD in
echo Windows 3.1. Type EXIT to return to Windows '95.
echo.
goto end
:inst15
cls
echo.
echo WARBIRDS is a Windows '95 game.
echo.
echo If you are not using our Jukebox,
echo you must enter Windows '95, click
echo on START, select RUN and enter:
echo D:\ICI\SETUP.EXE
echo (where D is the letter of your CD-ROM drive).
echo.
echo Type EXIT to return to Windows '95.
echo.
goto end
:inst16
cls
echo.
echo AMERICA ONLINE is a Windows program.
echo.
echo To install, load Windows and from the
echo File Menu, select RUN and enter:
echo D:\AOLINST\SETUP.EXE
echo (where D is the letter of your CD-ROM drive).
echo.
echo. Type WIN to return to the PC Gamer CD.
echo.
goto end
:inst17
CD\DOOM2
CLS
TYPE README.TXT
echo.
echo Type WIN to return to the PC Gamer CD.
goto end
:inst18
CD\WARCRAFT
cls
TYPE README.TXT
echo.
echo Type WIN to return to the PC Gamer CD.
goto end
:inst19
CD\DESCENT
cls
TYPE README.TXT
echo.
echo Type WIN to return to the PC Gamer CD.
goto end
:inst20
CD\HEXEN
cls
TYPE README.TXT
echo.
echo Type WIN to return to the PC Gamer CD.
goto end
:inst21
CD\HERETIC
cls
TYPE README.TXT
echo.
echo Type WIN to return to the PC Gamer CD.
goto end
:end