/NOLOGO (Suppress Startup Banner) (Linker)
The latest version of this topic can be found at -NOLOGO (Suppress Startup Banner) (Linker).
NOLOGO
## Remarks
The /NOLOGO option prevents display of the copyright message and version number.
This option also suppresses echoing of command files. For details, see [LINK Command Files](../Topic/LINK%20Command%20Files.md).
By default, this information is sent by the linker to the Output window. On the command line, it is sent to standard output and can be redirected to a file.
### To set this linker option in the Visual Studio development environment
1. This option should only be used from the command line.
### To set this linker option programmatically
1. This linker option cannot be changed programmatically.
## See Also
[Setting Linker Options](../Topic/Setting%20Linker%20Options.md)
[Linker Options](../Topic/Linker%20Options.md)