LINK Help (linker.hlp) (Table of Contents; Topic list)
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.
                                    -♦-