LINK Help (linker.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.
Running LINK
                                             Up Contents Index Back
─────LINK───────────────────────────────────────────────────────────────────
 
     Run link by typing
 
          LINK
 
     at the operating-system prompt. LINK has five input fields, all
     optional except for the <objfiles> field. LINK takes various
     options. Supply input to LINK by one or more methods:
 
        ■ Enter the input directly on the command line.
          See: LINK Command Line
 
        ■ Respond to prompts generated by LINK.
          See: LINK Prompts
 
        ■ Put the input in a response file and enter the response-file
          name in place of the expected input.
          See: LINK Response File
 
        ■ Specify options in the LINK environment variable.
          See: LINK Environment Variable
 
     Options can be specified in any input field except as noted.
     See: Using LINK Options
 
     To interrupt LINK and return to the operating system, press CTRL+C
     at any time.
 
     LINK may create a temporary file if it needs additional memory.
     See: LINK Temporary File
 
     Some commands (such as CL) or applications (such as PWB) call LINK
     for you.
                                    -♦-