User guide

netcard=B44.dos
transport=ndishlp.sys,*netbeui
devdir=A:\NET
LoadRMDrivers=yes
3. Copy B44.dos to A:\Net.
4. Create the appropriate Autoexec.bat file in drive A for the chosen protocol as shown below.
For TCP/IP
path=a:\net
a:\net\net initialize
a:\net\netbind.com
a:\net\umb.com
a:\net\tcptsr.exe
a:\net\tinyrfc.exe
a:\net\nmtsr.exe
a:\net\emsbfr.exe
a:\net\net start basic
net use z: \\SERVERNAME\SHARENAME
For IPX
SET PATH=A:\NET
A:\NET\net initialize
A:\NET\nwlink
A:\NET\NET START BASIC
net use z: \\SERVERNAME\SHARENAME
For NetBEUI
SET PATH=A:\NET
A:\NET\NET START BASIC
net use z: \\SERVERNAME\SHARENAME
5. Create a Config.sys file on the startup disk in drive A as shown below.
files=30
device=a:\net\ifshlp.sys
lastdrive=z
Installing the DOS NDIS2 Driver Software on the Hard Disk
To install the DOS NDIS2 Driver Software on the hard disk
1. Verify that the system has Microsoft LAN Manager 2.2 installed, with a protocol such as NetBEUI
configured.