NetWare for Windows 3.1x, Windows for Workgroups, and DOS 3-7
12 In the Network Settings Change window, click OK.
Windows NT completes the installation.
13 In the Network Settings Change window, click 
Restart to restart your PC. 
The driver installation is complete.
NetWare for Windows 3.1x, Windows for Workgroups, 
and DOS
The AutoLink program installs client software and drivers 
for Novell NetWare 3.1x or 4.x in Windows 3.1x, 
Windows for Workgroups 3.11, and DOS environments. 
The AutoLink program modifies the CONFIG.SYS and 
AUTOEXEC.BAT files. It logs on to the server and 
updates the client software if your system administrator 
has already configured a 3Install account on your server.
The AutoLink program adds the following to the 
AUTOEXEC.BAT file and saves the old file as 
AUTOEXEC.3CM:
Autoexec.bat (saves old as autoexec.3cm)
REM Netware startup
if not exist C:\NWCLIENT\lsl.com goto 
noNetware
if not exist C:\NWCLIENT\i*xodi.com goto 
noNetware
if not exist C:\NWCLIENT\vlm.exe goto 
noNetware
C:\NWCLIENT\lsl.com
C:\NWCLIENT\3C5X9.com
C:\NWCLIENT\ipxodi.com
C:\NWCLIENT\vlm.exe
f:\login
c:
goto doneNetware
:noNetware
echo Netware client software missing, 
Netware not started
:doneNetware