LINK Help (linkx.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
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.
                                    -♦-