Turn Off the Startup Splash Screen
Previous Microplanet Gravity Next |
Disable the startup splash screen with this option:
/NOLOGO
(Windows XP): 1. Navigate to <INSTALL-DIR> 2. Create a Windows shortcut to "Gravity.exe" 3. Right-click the shortcut, select "Properties"
In the "Target" field, add the full path to Gravity followed by a space, forward slash, and /NOLOGO . Use that shortcut to start Gravity.
Note: If Gravity is installed in "Program Files" or spaces are in the path name, you must quote the full path (not the option) with double quotes:
Examples:
" C:\Program Files\Gravity\Gravity.exe" /NOLOGO
or, with no spaces in path:
C:\programs\Gravity\Gravity.exe /NOLOGO