Metropoli BBS
VIEWER: update.bat MODE: TEXT (ASCII)
@echo off
REM %%VER NetWare 386 Drivers Installation Utility Program v2.0a

REM ******************************************************************

REM    Updates EtherLink 16 network adapter drivers in a NW 386 system
REM    Format: From the \NETWARE subdirectory
REM              > 386\update [target_drive:]

REM ******************************************************************

..\install\echoxy 17 10    Updating the NetWare 386 server driver in %1                  
..\install\echoxy 21 10                                                                  

if not exist %1\3C507.lan goto errmsg

copy %1\3C507.lan %1\3c507.old > nul
copy  386\3C507.lan %1 > nul
..\install\echoxy 19 13 Updated EtherLink 16 .LAN in directory %1   
..\install\echoxy 22 13 Strike any key to continue.  
..\install\reply
if errorlevel 28 goto ok
if errorlevel 27 goto end

:ok
..\install\echoxy 11 13                                                               
..\install\echoxy 12 13                                                               
..\install\echoxy 13 13 The NetWare 386 EtherLink 16 adapter server driver has         
..\install\echoxy 14 13 been updated.  The older driver has been copied to a           
..\install\echoxy 15 13 file with the extension ".old."  For the SYSTEM volume         
..\install\echoxy 16 13 case, unload the old driver and reload the new driver         
..\install\echoxy 17 13 for it to take effect.  For a DOS partition case, load         
..\install\echoxy 18 13 the new driver.                                                
..\install\echoxy 19 13                                                               
..\install\echoxy 22 13 Strike any key to return to the NetWare menu.  
..\install\reply
:end
netware

:errmsg
..\install\echoxy 17 13       *** Error:  No Files Were Updated! ***         
..\install\echoxy 18 13 Make sure that you have entered the correct target
..\install\echoxy 19 13 path and that you have access rights to the files.
..\install\echoxy 20 13                                                        
..\install\echoxy 22 13 Strike any key to return to the NetWare menu.
..\install\reply
netware


[ RETURN TO DIRECTORY ]