Expand Minimize
This topic has not yet been rated - Rate this topic

/nologo (Suppress Startup Banner)

/nologo

/nologo suppresses the display of the sign-on banner when the compiler starts up and display of informational messages during compiling.

To set this compiler option in the Visual Studio development environment

  1. Open the project's Property Pages dialog box. For details, see Setting Visual C++ Project Properties.
  2. Click the C/C++ folder.
  3. Click the General property page.
  4. Modify the Suppress Startup Banner property.

To set this compiler option programmatically

See SuppressStartupBanner Property.

See Also

Compiler Options | Setting Compiler Options

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.