| Syntax: | Default: |
| /LO[GO] | /LOGO |
| /NOL[OGO] |
Use /NOLOGO to suppress the product information that appears when the linker starts.
Specify /NOLOGO before the response file on the command line, or in the ILINK environment variable. If the option appears in or after the response file, it is ignored.
If you are compiling and linking in one step, setting the /Q compiler option automatically passes /NOLOGO to the linker. This suppresses the product information, and stops the contents of the response file from being echoed to the screen.
By default, the linker displays product information at the start of the linking process.
Unlike most other linker options, /LOGO and /NOLOGO cannot be included in a response file. They must be set on the command line.