home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / drivers / nics / 3c503 / ndis / os2ee / os2ee.bat next >
Encoding:
DOS Batch File  |  1992-01-07  |  1.3 KB  |  41 lines

  1. @echo off
  2. REM %%VER DOS Batch File for Installing NDIS Drivers to OS/2 EE v2.0c
  3.  
  4. REM *************************************************
  5.  
  6. REM  Format: From the NDIS subdirectory 
  7. REM             > os2ee\os2ee [Target_Drive:]
  8.  
  9. REM *************************************************
  10.  
  11. ..\install\echoxy 19 16 Updating EtherLink II drivers on %1
  12. set update=n
  13.  
  14. if not exist %1\cmlib\elnkii.os2 goto DONE
  15.  
  16. copy %1\cmlib\elnkii.os2 %1\cmlib\elnkii.old > nul
  17. copy elnkii.os2 %1\cmlib > nul
  18. ..\install\echoxy 19 13 Updated EtherLink II OS/2 driver in the directory %1\cmlib
  19. set update=y
  20.  
  21. :DONE
  22. if %update% == n goto errmsg
  23.  
  24. ..\install\echoxy 20 13 The EtherLink II NDIS driver has been updated. The         
  25. ..\install\echoxy 21 13 older driver has been copied with the extension ".old."      
  26.  
  27. ..\install\echoxy 22 13 Strike any key to return to the NDIS Menu.         
  28. ..\install\reply
  29. ndis
  30.  
  31. :errmsg
  32.  
  33. ..\install\echoxy 18 13     *** Error:  No Files Were Updated! ***               
  34. ..\install\echoxy 19 13 Make sure that you have entered the correct drive       
  35. ..\install\echoxy 20 13 letter and that you have access rights to the files.            
  36. ..\install\echoxy 22 13 Strike any key to return to the NDIS Menu.               
  37. ..\install\reply
  38. ndis
  39.  
  40.  
  41.