Metropoli BBS
VIEWER: inspropt.bat MODE: TEXT (ASCII)
echo off
REM %%VER NDIS Drivers Installation Utility Program v2.0b
if %mono%==y goto b&w
..\install\flushkey
..\install\check videocard
if errorlevel 1 goto color
:b&w
cls
goto contin
:color
..\install\get b 31
:contin
type inspropt.men

..\install\echoxy 20 17 Select Option:
..\install\reply

if errorlevel 60 goto inval
if errorlevel 59 goto help
if errorlevel 53 goto inval
if errorlevel 52 goto ndis
if errorlevel 51 goto ibm
if errorlevel 50 goto mslan
if errorlevel 49 goto open
if errorlevel 28 goto inval
if errorlevel 27 goto ndis

:inval
echo **** Invalid key, try again. ****
echo 
echo 
echo.
inspropt

:help
..\install\echoxy 24 1
echo.
type ndisupda.hlp
pause
inspropt

:ndis
ndis

:open
openins

:mslan
mslanins

:ibm
ibmins

[ RETURN TO DIRECTORY ]