@echo off cls echo. echo ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ echo ³ Welcome to PCI Ethernet Card ODI Driver Installation ³ echo ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ echo. echo. echo This installation program will: echo 1. Copy all files to your hard disk drive under "C:\NWNET" echo 2. Append "LASTDRIVE=drive" statement to C:\CONFIG.SYS (optional) echo 3. Create STARTNET.BAT and NET.CFG under C:\NWNET echo. echo You can then logon to a server by running "STARTNET.BAT" from echo the C:\NWNET directory under DOS prompt after restarting the PC. echo. echo Please run README.EXE to examine the Read Me files for details under echo "Workstation for DOS ODI Client" section. echo. echo Press CTRL+C to abort the auto-installation, or pause :odienv cls echo. echo ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ echo ³ Welcome to PCI Ethernet Card ODI Driver Installation ³ echo ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ echo. echo. echo The NETX ODI environment will be Installed. echo (Please refer to Novell's NetWare manual for details of VLM, NETX.) echo. echo (1). NETX (only support traditional Bindery service) echo (0). Exit echo. echo Please enter your selection: doc\getnum set odicfg= if errorlevel 2 goto odienv set odicfg=netx if errorlevel 1 goto mode set odicfg= if errorlevel 0 goto errend :mode :inst echo. echo Creating C:\NWNET directory md c:\nwnet echo. echo Copying ODI driver to C:\NWNET directory copy netware\dosodi\*.* c:\nwnet echo. echo Copying CONFIG.EXE program to C:\NWNET directory echo config.exe copy config.exe c:\nwnet echo. echo Copying NetWare Client files to C:\NWNET directory copy nwclient\startnet.bat c:\nwnet copy nwclient\lsl.com c:\nwnet copy nwclient\ipxodi.com c:\nwnet rem if %odicfg% == vlm goto vlmf copy nwclient\netx.exe c:\nwnet goto end :error echo. echo Error! Please make sure you start the INSTODI.BAT from echo the drive which has the driver diskette and try again! echo. goto errend :end echo. echo Congratulation! You have successfully installed the ODI drivers. echo. goto %odicfg% :netx echo You can run STARTNET.BAT under C:\NWNET directory to logon to NetWare. echo (Please make sure your CONFIG.SYS does NOT include "LASTDRIVE=Z".) rem echo LASTDRIVE=E >> c:\config.sys echo netx.exe >> c:\nwnet\startnet.bat echo f: >> c:\nwnet\startnet.bat :errend set pnpcfg= set odicfg=