/NOLOGO

Syntax:

/NOLOGO

The /nologo option prevents display of the copyright message and version number. This option also suppresses echoing of command files.

For the command line and in the visual development environment for a debug configuration, the default is /logo (displays copyright message, version number, and echoing of command files). In the visual development environment for a release configuration, the default is /nologo.

By default, information displayed by /logo 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 select this option in the visual development environment, select the Suppress Startup Banner check box in the Customize category of the Link tab in the Project Settings dialog box.