When performing a command line build using UV2 -b project, the toolset starts up in windowed mode, compiles the project and then exits. This is a nuisance, but not a real problem. However are there tricks that prevent the splash screen from displaying when starting the toolset and/or tricks to prevent the toolset from opening a window during execution of command line builds? (I know I can create external makefiles that directly call the compiler and linker, but I'm basically quite happy with the command line support provided by the toolset.)