Metropoli BBS
VIEWER: 3open.bat MODE: TEXT (ASCII)
@echo off
REM %%VER DOS Batch File for Installing NDIS Drivers to 3+Open v2.0b

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

REM Syntax: From the NDIS subdirectory
REM	      >3open\3open [Target_Drive:]

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

..\install\echoxy 16 16 Updating EtherLink Plus drivers on %1
set update=n

if not exist %1\3open\server\lanman\drivers\elnkpl.os2 goto T1

copy %1\3open\server\lanman\drivers\elnkpl.os2 %1\3open\server\lanman\drivers\elnkpl.old > nul
copy elnkpl.os2 %1\3open\server\lanman\drivers > nul
..\install\echoxy 16 13 * Installed new EtherLink Plus driver for server ***********
..\install\echoxy 17 13 * in directory %1\3open\server\lanman\drivers. *************
set update=y

:T1
if not exist %1\3open\os2wksta\lanman\drivers\elnkpl.os2 goto T2

copy %1\3open\os2wksta\lanman\drivers\elnkpl.os2 %1\3open\os2wksta\lanman\drivers\elnkpl.old > nul
copy elnkpl.os2 %1\3open\os2wksta\lanman\drivers > nul
..\install\echoxy 16 13 * Installed new EtherLink Plus driver for OS/2 workstation *
..\install\echoxy 17 13 * in directory %1\3open\os2wksta\lanman\drivers. ***********
set update=y

:T2
if not exist %1\3open\doswksta\lanman\drivers\elnkpl.dos goto T3

copy %1\3open\doswksta\lanman\drivers\elnkpl.dos %1\3open\doswksta\lanman\drivers\elnkpl.old > nul
copy elnkpl.dos %1\3open\doswksta\lanman\drivers > nul
..\install\echoxy 16 13 * Installed new EtherLink Plus driver for DOS workstation **
..\install\echoxy 17 13 * in directory %1\3open\doswksta\lanman\drivers. ***********
set update=y

:T3
if not exist %1\3open\os2drv\mac\elnkpl.os2 goto T4

copy %1\3open\os2drv\mac\elnkpl.os2 %1\3open\os2drv\mac\elnkpl.old > nul
copy elnkpl.os2 %1\3open\os2drv\mac > nul
..\install\echoxy 16 13 * Installed new EtherLink Plus driver for OS/2 driver ******
..\install\echoxy 17 13 * distribution in directory %1\3open\os2drv\mac. ***********
set update=y

:T4
if not exist %1\3open\dosdrv\mac\elnkpl.dos goto DONE

copy %1\3open\dosdrv\mac\elnkpl.dos %1\3open\dosdrv\mac\elnkpl.old > nul
copy elnkpl.dos %1\3open\dosdrv\mac > nul
..\install\echoxy 16 13 * Installed new EtherLink Plus driver for DOS driver *******
..\install\echoxy 17 13 * distribution in directory %1\3open\dosdrv\mac. ***********
set update=y

:DONE
if %update% == n goto errmsg

..\install\echoxy 18 13 The EtherLink Plus NDIS drivers on %1 have been
..\install\echoxy 19 13 updated. The older drivers have been copied with
..\install\echoxy 20 13 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


[ RETURN TO DIRECTORY ]