LINK Help (linkx.hlp) (Table of Contents; Topic list)
LINK Environment Variable: Example
 Environment Variable                      Up Contents Index Back
─────LINK Environment Variable: Example─────────────────────────────────────
 
          SET LINK=/NOI /SEG:256 /CO
          LINK TEST;
          LINK /NOD /CO PROG;
 
     In the example above, the commands are specified at the system
     prompt. The file TEST.OBJ is linked using the options /NOI,
     /SEG:256, and /CO. The file PROG.OBJ is then linked using the
     option /NOD, in addition to /NOI, /SEG:256, and /CO.
                                    -♦-