home *** CD-ROM | disk | FTP | other *** search
- echo off
- REM %%VER 3+ Drivers Installation Utility Program v2.0d
-
- REM ******************************************************************
-
- REM Format: From the 3PLUS subdirectory
- REM > update [target_drive:]
-
- REM ******************************************************************
-
- ..\install\echoxy 14 13 Updating EtherLink II driver files on %1
- ..\install\echoxy 16 10
- set update=n
-
- if not exist %1\3drivers\eth503.sys goto ST1
-
- copy %1\3drivers\eth503.sys %1\3drivers\eth503.old > nul
- copy eth503.sys %1\3drivers > nul
- ..\install\echoxy 16 13 Updated EtherLink II driver in directory %1\3drivers
- set update=y
-
- :ST1
- if not exist %1\3drivers\2eth503.sys goto ST2
-
- copy %1\3drivers\2eth503.sys %1\3drivers\2eth503.old > nul
- copy 2eth503.sys %1\3drivers > nul
- ..\install\echoxy 17 13 Updated EtherLink II driver for second adapter
- ..\install\echoxy 18 13 in directory %1\3drivers
- set update=y
-
- :ST2
- if not exist %1\eth503.sys goto ST3
-
- copy %1\eth503.sys %1\eth503.old > nul
- copy eth503.sys %1\ > nul
- ..\install\echoxy 19 13 Updated EtherLink II driver in directory %1\
- set update=y
-
- :ST3
- if not exist %1\2eth503.sys goto ST4
-
- copy %1\2eth503.sys %1\2eth503.old > nul
- copy 2eth503.sys %1\ > nul
- ..\install\echoxy 20 13 Updated EtherLink II driver for second adapter
- ..\install\echoxy 21 13 in directory %1\
- set update=y
-
- :ST4
- ..\install\echoxy 22 13 Strike any key to continue.
- ..\install\reply
- if errorlevel 28 goto ok
- if errorlevel 27 goto end
-
- :ok
- ..\install\echoxy 16 10
- ..\install\echoxy 17 10
- ..\install\echoxy 18 10
- ..\install\echoxy 19 10
- ..\install\echoxy 20 10
- ..\install\echoxy 21 10
- ..\install\echoxy 22 10
- if not exist %1\wsboot\3drivers\eth503.sys goto DONE
-
- copy %1\wsboot\3drivers\eth503.sys %1\wsboot\3drivers\eth503.old > nul
- copy eth503.sys %1\wsboot\3drivers > nul
- ..\install\echoxy 15 13 Updated EtherLink II driver in the server's
- ..\install\echoxy 16 13 \wsboot\3drivers directory for use with MAKEDISK
- set update=y
-
- :DONE
- if %update%==n goto errmsg
-
- ..\install\echoxy 18 13 The EtherLink II 3+ drivers on %1 have been updated.
- ..\install\echoxy 19 13 The older drivers have been copied with the
- ..\install\echoxy 20 13 extension ".old."
- ..\install\echoxy 21 13
- ..\install\echoxy 22 13 Strike any key to return to the 3+ menu.
- ..\install\reply
-
- :end
- 3plus
-
- :errmsg
- ..\install\echoxy 17 13 *** Error: No Files Were Updated! ***
- ..\install\echoxy 18 13 Make sure that you have entered the correct drive
- ..\install\echoxy 19 13 letter and that you have access rights to the files.
- ..\install\echoxy 22 13 Strike any key to return to the 3+ Menu.
- ..\install\reply
- 3plus