home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Jason Aller Floppy Collection
/
289.img
/
NFL1PE.ZIP
/
RUNME.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-09-28
|
1KB
|
35 lines
echo off
cls
echo - NFL PRO-LEAGUE FOOTBALL -
echo - -
echo - Video Card Selection -
echo - -
echo - (F1) CGA -
echo - (F2) EGA -
echo - -
:reply
reply
if errorlevel 61 goto reply
if errorlevel 60 goto ega
if errorlevel 59 goto cga
goto reply
:ega
introvga.exe
type peinfo.pe
echo - Please Insert Disk #5 -
echo - And Then Hit Any Key! -
pause >nul
nflega.exe
type pesite.pe
goto end
:cga
cls
type peinfo.pe
nflcga.exe
type pesite.pe
goto end
:end
echo See You on Another Crack... From the [PE] Guys...