Get the new PortableApps.com Platform 10.0: Gorgeous themes, a full portable app store and advanced functionalityAnnouncing the World's Best Flash Drive: The PortableApps.com Companion
Hi, I was wondering how you can disable the splash screen? Its not in the .ini and I can't seem to find any reference on how to do so.
Thanks, Brent
DisableSplashScreen=true Then move the INI into the same directory as the launcher. ---- R McCue
"If you're not part of the solution, you're part of the precipitate."
I understand how to edit the .ini and where to move it. The line "DisableSplashScreen=" is not in the .ini
Then add it. It's not that hard.
Just add it. The INI is just an example of format.
Sometimes, the impossible can become possible, if you're awesome!
I tired that before I posted. Dosent work.
The example INI is missing another line causing it to assume the INI file is invalid. Try this:
[PortableFileZilla] FileZillaDirectory=filezilla SettingsDirectory=settings AdditionalParameters= WaitForFileZilla=false FileZillaExecutable=filezilla.exe DisableSplashScreen=true
Worked. Thanks John.
INI
DisableSplashScreen=true
Then move the INI into the same directory as the launcher.
----
R McCue
"If you're not part of the solution, you're part of the precipitate."
I understand how to edit the
I understand how to edit the .ini and where to move it. The line "DisableSplashScreen=" is not in the .ini
...
Then add it. It's not that hard.
Add it
Just add it. The INI is just an example of format.
Sometimes, the impossible can become possible, if you're awesome!
I tired that before I
I tired that before I posted. Dosent work.
Missing SettingsDirectory
The example INI is missing another line causing it to assume the INI file is invalid. Try this:
Sometimes, the impossible can become possible, if you're awesome!
Worked
Worked. Thanks John.