Metropoli BBS
VIEWER: nw286ins.bat MODE: TEXT (ASCII)
@echo off
REM %%VER NetWare Drivers Installation Utility Program v2.0d
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 23 N E T W A R E     M E N U
..\install\echoxy 6 17 U P D A T I N G    N E T W A R E    D R I V E R S
..\install\echoxy 8 14 Update the NetWare 286 EtherLink Plus adapter drivers
..\install\echoxy 12 14 To update the drivers on a NetWare 286 server or workstation
..\install\echoxy 13 14 from an existing file server, you must map to the volume
..\install\echoxy 14 14 where the generation or installation utilities reside.
..\install\echoxy 15 14 Use the mapped drive designator for the 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 netware
if errorlevel 90  goto inval
if errorlevel 89  goto getdrv
if errorlevel 79  goto inval
if errorlevel 78  goto netware
if errorlevel 60  goto inval
if errorlevel 59  goto help
if errorlevel 28  goto inval
if errorlevel 27  goto netware
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 netware
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 19 drive on a single drive PC.

:nowarning
rem ..\install\echoxy 12 14
rem ..\install\echoxy 13 14
rem ..\install\echoxy 14 14
rem ..\install\echoxy 15 14
rem ..\install\echoxy 13 10
..\install\echoxy 17 13
..\install\get n  "       Install files to drive %tardrv% (y/n): "
if errorlevel 89 goto ok
nw286ins
:ok
286\update %tardrv%

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

:help
..\install\echoxy 24 1
type 286\ins286.hlp
pause
nw286ins

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

:netware
inspropt


[ RETURN TO DIRECTORY ]