Creating IPX.COM for netware connectivity (99301)



The information in this article applies to:

  • Microsoft LAN Manager 2.2

This article was previously published under Q99301

SUMMARY

To link and compile and create IPX.COM manually, COPY these files to the temp directory:

ipx.obj
nwndis.obj
nlink.exe
nwndis.lnk

After copying the files link it:
nlink -o1 ipx nwndis
				
This creates an IPX.COM. Put it in the netprog directory.

To run Netware connectivity, use these commands:

  1. nwload
  2. ipx
  3. netx
Issue a q:login if the last drive in your config.sys is set for p.

Modification Type:MajorLast Reviewed:9/30/2003
Keywords:KB99301