Manually Creating IPX.COM for NetWare Connectivity

ID: Q99344


The information in this article applies to:
  • Microsoft LAN Manager, versions 2.0, 2.1, 2.1a, 2.2


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.) 


Additional query words: 2.00 2.0 2.10 2.1 2.10a 2.1a 2.20 2.2

Keywords :
Version : :2.0,2.1,2.1a,2.2
Platform :
Issue type :


Last Reviewed: November 10, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.