Manually Creating IPX.COM for NetWare Connectivity (99344)



The information in this article applies to:

  • Microsoft LAN Manager 2.0
  • Microsoft LAN Manager 2.1
  • Microsoft LAN Manager 2.1a
  • Microsoft LAN Manager 2.2

This article was previously published under Q99344

SUMMARY

Here is a command sequence with which you can link, compile, and create IPX.COM manually.

  1. Copy these files to the TEMP directory:

    IPX.OBJ
    NWNDIS.OBJ
    NLINK.EXE
    NWNDIS.LNK

  2. Link them with this command:
          nlink -o1 ipx nwndis
    						
  3. This creates an IPX.COM file; put it in the NETPROG directory. After copying and linking, run NetWare connectivity with these commands:
          nwload
          ipx
          netx
          q:login (If the last drive in your CONFIG.SYS is set for p.)
    						

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