home *** CD-ROM | disk | FTP | other *** search
- @echo off
- REM %%VER DOS Batch File for Installing NDIS Drivers to OS/2 EE v2.0c
-
- REM *************************************************
-
- REM Format: From the NDIS subdirectory
- REM > os2ee\os2ee [Target_Drive:]
-
- REM *************************************************
-
- ..\install\echoxy 19 16 Updating EtherLink II drivers on %1
- set update=n
-
- if not exist %1\cmlib\elnkii.os2 goto DONE
-
- copy %1\cmlib\elnkii.os2 %1\cmlib\elnkii.old > nul
- copy elnkii.os2 %1\cmlib > nul
- ..\install\echoxy 19 13 Updated EtherLink II OS/2 driver in the directory %1\cmlib
- set update=y
-
- :DONE
- if %update% == n goto errmsg
-
- ..\install\echoxy 20 13 The EtherLink II NDIS driver has been updated. The
- ..\install\echoxy 21 13 older driver has been copied with the extension ".old."
-
- ..\install\echoxy 22 13 Strike any key to return to the NDIS Menu.
- ..\install\reply
- ndis
-
- :errmsg
-
- ..\install\echoxy 18 13 *** Error: No Files Were Updated! ***
- ..\install\echoxy 19 13 Make sure that you have entered the correct drive
- ..\install\echoxy 20 13 letter and that you have access rights to the files.
- ..\install\echoxy 22 13 Strike any key to return to the NDIS Menu.
- ..\install\reply
- ndis
-
-