home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC/CD Review 47
/
PCR_0995.bin
/
actuasoc
/
actua.bat
next >
Wrap
DOS Batch File
|
1995-07-14
|
354b
|
18 lines
@echo off
cpucheck >NUL
if errorlevel 20 goto nogo
if errorlevel 15 goto pentium
if errorlevel 14 goto 486
:nogo
echo ACTUA Soccer needs at least an 80486DX Processor to run.
echo Consult the trouble shooter guide.
goto end
:486
echo 80486DX Processor Detected.
actua486
goto end
:pentium
echo Pentium Processor Detected.
actua586
:end