Metropoli BBS
VIEWER: openins.bat MODE: TEXT (ASCII)
echo off
REM %%VER NDIS Drivers Installation Utility Program v2.0e
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 ..\blank.men
..\install\echoxy 4 25 N D I S      M E N U
..\install\echoxy 6 17 U P D A T I N G    N D I S    D R I V E R S
..\install\echoxy 8 10 Update the EtherLink Plus NDIS drivers on a 3+Open NOS.
..\install\echoxy 12 10 To update the drivers you must have Admin rights and you must
..\install\echoxy 13 10
type dollar.msg
..\install\echoxy 14 10 target drive.

..\install\echoxy 10 24 Continue? (y/n):
..\install\reply
if errorlevel 122 goto inval
if errorlevel 121 goto getdrv
if errorlevel 111  goto inval
if errorlevel 110  goto ndis
if errorlevel 90  goto inval
if errorlevel 89  goto getdrv
if errorlevel 79  goto inval
if errorlevel 78  goto ndis
if errorlevel 60  goto inval
if errorlevel 59  goto help
if errorlevel 28  goto inval
if errorlevel 27  goto ndis
if errorlevel 1   goto inval

:getdrv
..\install\echoxy 10 10
..\install\get c "       Enter the target drive letter:  "

if errorlevel 127 goto inval
if errorlevel 126 goto ndis
if errorlevel 123 goto inval
if errorlevel 97  goto contin1
if errorlevel 91  goto inval
if errorlevel 65  goto contin1
if errorlevel 1   goto inval

:contin1
if not exist %get%:\*.* goto baddrv
set tardrv=%get%:
if %tardrv%==A: goto warning
if %tardrv%==B: goto warning
goto nowarning
:warning
..\install\echoxy 10 10 WARNING: Floppy drive is not supported as the target
..\install\echoxy 11 15          drive on a single drive PC.

:nowarning

..\install\echoxy 16 10
..\install\get n  "       Install files on drive %tardrv% (y/n): "
if errorlevel 89 goto ok
openins
:ok
3open\3open %tardrv%

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

:help
..\install\echoxy 24 1
type 3open\3open.hlp
pause
openins

:baddrv
echo 
echo 
..\install\echoxy 19 14 Invalid drive letter or drive not linked.
..\install\echoxy 20 14 Drive must be linked before running the Update utility.
..\install\echoxy 22 13 Strike any key to continue.
..\install\reply
openins

:ndis
inspropt



[ RETURN TO DIRECTORY ]