Delphi Clinic | C++Builder Gate | Training & Consultancy | Delphi Notes Weblog | Dr.Bob's Webshop |
|
Starting JBuilder without splash screen
To start JBuilder without a splash screen we must add a command-line argument when we start JBuilder.
After the JBuilder.exe we have to add -nologo
as an argument.
So the following command will start JBuilder without showing the splash screen:
C:\JBuilder2\Bin>jbuilder -nologoOf course we can change the Windows shortcut accordingly.