Metropoli BBS
VIEWER: ibmins.bat MODE: TEXT (CP437)
echo off
REM %%VER IBM OS/2 EE Installation Utility Program v2.0a
if %mono%==y goto b&w
..\install\flushkey
..\install\check videocard
if errorlevel 1 goto color
:b&w
cls
goto contin
:color
..\install\get b 31
:contin
type ..\blank2.men
..\install\echoxy 4 30 N D I S      M E N U
..\install\echoxy 6 21 I N S T A L L I N G   /   U P D A T I N G
..\install\echoxy 7 14 I B M   E X T E N D E D   E D I T I O N   D R I V E R S
..\install\echoxy 9 14 This utility program installs or updates EtherLink 16  
..\install\echoxy 10 14	drivers on IBM EE servers or workstations.            
..\install\echoxy 11 14
..\install\echoxy 12 14	NOTE:  To install or update the EtherLink 16 NDIS drivers  
..\install\echoxy 13 14 on an IBM EE server from a workstation, you must 
..\install\echoxy 14 14	have Admin rights to the server and be linked to
..\install\echoxy 15 14
type dollar.msg

..\install\echoxy 17 24 Continue? (y/n): 
..\install\reply
if errorlevel 122 goto inval
if errorlevel 121 goto getdrv
if errorlevel 111  goto inval
if errorlevel 110  goto ndis
if errorlevel 90  goto inval
if errorlevel 89  goto getdrv
if errorlevel 79  goto inval
if errorlevel 78  goto ndis
if errorlevel 60  goto inval
if errorlevel 59  goto help
if errorlevel 28  goto inval
if errorlevel 27  goto ndis
if errorlevel 1   goto inval

:getdrv
..\install\echoxy 0 50 █████████████████████████████
..\install\echoxy 17 10
..\install\get c "       Enter the target drive letter:  "

if errorlevel 127 goto inval
if errorlevel 126 goto ndis
if errorlevel 123 goto inval
if errorlevel 97  goto contin1
if errorlevel 91  goto inval
if errorlevel 65  goto contin1
if errorlevel 1   goto inval

:contin1
if not exist %get%:\*.* goto baddrv
set tardrv=%get%:

..\install\echoxy 19 10
..\install\get n  "       Update files on drive %tardrv%? (y/n): "
if errorlevel 126 goto ndis
if errorlevel 125 goto inval
if errorlevel 89 goto ok
ibmins
:ok
os2ee\os2ee %tardrv% 

:inval
..\install\echoxy 21 17 **** Invalid key, try again. ****
echo 
echo 
echo.
ibmins

:help
..\install\echoxy 24 1
type os2ee\os2ee.hlp
pause
ibmins

:baddrv
echo 
echo 
..\install\echoxy 19 14 Invalid drive letter or drive not linked.             
..\install\echoxy 20 14 Drive must be linked before running the Update utility. 
..\install\echoxy 22 13 Strike any key to continue. 
..\install\reply
if errorlevel 28 goto ok1
if errorlevel 27 goto ndis

:ok1
ibmins

:ndis
inspropt




[ RETURN TO DIRECTORY ]