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.
/BATCH Option
                                             Up Contents Index Back
─────/BATCH Option──────────────────────────────────────────────────────────
 
     Syntax:  /B[ATCH]
 
     The /BATCH option suppresses prompting for libraries or object
     files LINK cannot find. By default, LINK prompts for a new
     pathname whenever it cannot find an object file or library. It
     also prompts you if it cannot find an object file that it expects
     to find on a floppy disk.
 
     When /BATCH is used, LINK generates an error or warning message
     and leaves external references unresolved. /BATCH also suppresses
     the LINK copyright message and echoed input from response files.
 
     This option is primarily used when LINK is called from a batch
     file, NMAKE description file, or other makefile.
 
     NOTE: This option does not suppress prompts for input fields.
                                    -♦-