home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC/CD Review 47
/
PCR_0995.bin
/
go.bat
< prev
next >
Wrap
DOS Batch File
|
1995-07-20
|
3KB
|
171 lines
@echo off
chckvesa
if errorlevel 1 goto novesa
pcranim /L1 /S1
pcrmenu %1
goto checkkey
:novesa
pcrmenu t
:checkkey
if errorlevel 18 goto 18
if errorlevel 17 goto 17
if errorlevel 16 goto 16
if errorlevel 15 goto 15
if errorlevel 14 goto 14
if errorlevel 13 goto 13
if errorlevel 12 goto 12
if errorlevel 11 goto 11
if errorlevel 10 goto 10
if errorlevel 9 goto 9
if errorlevel 8 goto 8
if errorlevel 7 goto 7
if errorlevel 6 goto 6
if errorlevel 5 goto 5
if errorlevel 4 goto 4
if errorlevel 3 goto 3
if errorlevel 2 goto 2
if errorlevel 1 goto 1
goto exit
:18
rem Lords Of Midnight
md c:\pcr
md c:\pcr\lom
pkunzip \lom\lom.zip c:\pcr\lom
c:
cd \pcr\lom
cls
echo Type MIDNIGHT to load Lords Of Midnight
echo Type REVENGE to load Doomdark's Revenge
goto exit
:17
rem Dark Forces Level Editor
md c:\pcr
md c:\pcr\dfedit
pkunzip -d \dfedit\dfedit.zip c:\pcr\dfedit
c:
cd \pcr\dfedit
cls
echo Type DFUSE to load Dark Forces Level Editor
goto exit
:16
rem Rise Of The Triad Level Editor
md c:\pcr
md c:\pcr\rotted
pkunzip -d \rotted\rotted.zip c:\pcr\rotted
c:
cd \pcr\rotted
cls
echo Type WIN ROTTED to load Rise Of The Triad Level Editor
goto exit
:15
rem The Retros
cd \retros
win \retros\retros.exe
cd \
goto exit
:14
rem MoneyBox
cd \moneybox
\moneybox\install.exe
cd \
goto exit
:13
rem ZX Spectrum Emulator
md c:\pcr
md c:\pcr\speccy
pkunzip \speccy\speccyem.zip c:\pcr\speccy
c:
cd \pcr\speccy
cls
echo To start the Spectrum Emulator type :
echo.
echo JPP if you have a slow machine or
echo JPP-486 if you have a fast 486 or Pentium
echo.
goto exit
:12
rem Battle Beast Interactive Demo
cd \bbinterc
win \bbinterc\setup.exe
cd \
goto exit
:11
rem Battle Beast Rolling Demo
cd \bbnonint
win \bbnonint\setup.exe
cd \
goto exit
:10
rem Animator Studio
cd \
win \setup.exe
cd \
goto exit
:9
md c:\pcr
md c:\pcr\apache
pkunzip -d \apache\apache c:\pcr\apache
c:
cd \pcr\apache
cls
echo Type APACHE to Load Apache 95 demo
goto exit
:8
md c:\f2b
pkunzip -d \f2bdemo\f2b c:\f2b
c:
cd \f2b
cls
echo Type F2B to load Fade To Black demo
setsound
goto exit
:7
rem The Making Of Phantasmagoria
cd \phdemo
win \phdemo\setup.exe
cd \
goto exit
:6
rem Actua Soccer
cd \actuasoc
\actuasoc\install.exe
goto exit
:5
rem FX Fighter
md c:\pcr
md c:\pcr\fxdemo
xcopy \fxfdemo\*.* c:\pcr\fxdemo /s
c:
cd \pcr\fxdemo
c:\pcr\fxdemo\setup.exe
goto exit
:4
rem Air Power
cd \airpower
\airpower\install.exe -d c:\pcr\airpower
cd \
c:
cd \pcr\airpower
c:\pcr\airpower\svgavesa
cls
echo Type AIRPOWER to load Air Power Demo
goto exit
:3
rem Ascend 4.0
cd \ascend
win \ascend\setup.exe
cd \
goto exit
:2
rem Simon The Sorcerer II
cd \simon2
\simon2\install.exe
goto exit
:1
rem Fatal Racing
cd \fatalrcn
\fatalrcn\install.exe
goto exit
:exit