/nologo[+ | -]
If you specify /nologo+ or /nologo, a copyright banner will not be displayed by the compiler. The default for this option is /nologo-.
This option is not available from within the development environment; it is only available when compiling from the command line.
Compile t2.vb
and do not display a copyright -banner:
vbc /nologo+ t2.vb