Metropoli BBS
VIEWER: menu.bat MODE: TEXT (ASCII)
echo off
REM %%VER EtherLink Plus Drivers Installation program v2.0c
if /%mono%==/ goto chkparm
if %mono%==y goto setmono
:chkparm
set mono=n
if /%1==/ goto chkvideo
if %1==/m goto setmono
if not %1==/M goto chkvideo
:setmono
set mono=y
cls
goto contin

:chkvideo
install\check videocard
if errorlevel 1 goto color
cls
goto contin
:color
install\get b 31
:contin
type main.men
install\flushkey
install\echoxy 20 17 Select Option:
install\reply
echo	   Please wait . . .
if errorlevel 60 goto inval
if errorlevel 59 goto help
if errorlevel 56 goto inval
if errorlevel 55 goto end
if errorlevel 54 goto info
if errorlevel 53 goto diag
if errorlevel 52 goto lpo
if errorlevel 51 goto 3plus
if errorlevel 50 goto ndis
if errorlevel 49 goto nw
if errorlevel 28 goto inval
if errorlevel 27 goto end

:inval
install\echoxy 21 17 **** Invalid key, try again. ****
echo 
echo 
echo.
menu

:help
type main.hlp
pause
menu

:info
cd info
info

:diag
cd diag
diag

:3plus
cd 3plus
3plus

:ndis
cd ndis
ndis

:nw
cd netware
netware

:lpo
cd lpo
lpo

:end
cls



[ RETURN TO DIRECTORY ]