I have been attempting to create a TCP/IP DOS Network Client disk for Win95 clients to access an NT Server.
After failing to get the MS Network Client to work with TCP/IP (yes I read all the Technet articles and worked on this for a great while but kept receiving an “Insert disk with OEM driver during setup process which would not be resolved with any drivers I provided), I downloaded a TCP/IP boot disk from www.bovistech.co.uk
Unfortunately I get an error PRO0011E “Equal sign missing between keyword and value”.
I have checked my protocol.ini file thoroughly and can’t work out why the file fails for the reason given.
Could someone please take a look at my Protocol.ini below and spot the problem? Or I can e-mail anyone the appropriate files.
[protman]
DriverName=PROTMAN$
PRIORITY=MS$NDISHLP
[pc$e32nd]
DriverName=e32nd$
SLOT=1
; Interrupt=10
; IOADDRESS=0x300
; Buffersize=1
[network.setup]
version=0x3110
netcard=pc$e32nd,1,pc$e32nd
transport=tcpip,TCPIP
lana0=pc$e32nd,1,tcpip
[TCPIP]
NBSessions=6
SubNetMask0=255 255 255 0
IPAddress0=192 168 101 80
DisableDHCP=1
DriverName=TCPIP$
BINDINGS=pc$e32nd
LANABASE=0
Thank you