Page 1 of 1

How to Remove Splash Screen

Posted: Sat Aug 07, 2010 2:31 am
by pegasus44
I have seen two mentions of "-nosplash"
I do not know how to use the Command Line. Also I do not open MW from a short cut.
I use a programmable keyboard where I have entered the path to mailwasher.exe
i.e. "C:\Program Files (x86)\FireTrust\MailWasher\MailWasherPro.exe"
I should be grateful for a simple instruction. Of course, it would be easy if there was a box to untick in 'Settings'.

Re: How to Remove Splash Screen

Posted: Sat Aug 07, 2010 2:45 am
by michaelkenward
If the keyboard shortcut allows it, the way to use switches is:

"C:\Program Files (x86)\FireTrust\MailWasher\MailWasherPro.exe" -nosplash

Seems to work for MW2010. It was something I was thinking of looking into earlier. Thanks for the pointer.

Re: How to Remove Splash Screen

Posted: Sat Aug 07, 2010 4:34 am
by Sidewinder
pegasus44 wrote:I have seen two mentions of "-nosplash"
I do not know how to use the Command Line. Also I do not open MW from a short cut.
I use a programmable keyboard where I have entered the path to mailwasher.exe
i.e. "C:\Program Files (x86)\FireTrust\MailWasher\MailWasherPro.exe"
I should be grateful for a simple instruction. Of course, it would be easy if there was a box to untick in 'Settings'.
Corrected (My Bad added the space where needed):
"C:\Program Files (x86)\FireTrust\MailWasher\MailWasherPro.exe" -nosplash

Re: How to Remove Splash Screen

Posted: Sat Aug 07, 2010 4:50 am
by michaelkenward
Sidewinder wrote: "C:\Program Files (x86)\FireTrust\MailWasher\MailWasherPro.exe-nosplash"
This may work, the one I offered definitely works. I tried it.

The quotes have to be in the right place.

You need them because there are spaces in the path. In this case in "Program Files (x86)".

In essence, the quotes say "Here is the program".

Including the switch inside the quotes can break the command.

Re: How to Remove Splash Screen

Posted: Sat Aug 07, 2010 7:45 am
by pegasus44
michaelkenward wrote:If the keyboard shortcut allows it, the way to use switches is:

"C:\Program Files (x86)\FireTrust\MailWasher\MailWasherPro.exe" -nosplash

Seems to work for MW2010. It was something I was thinking of looking into earlier. Thanks for the pointer.
This worked perfectly. I noted the leading space before -nosplash
Sidewinder wrote:
pegasus44 wrote:I have seen two mentions of "-nosplash"
I do not know how to use the Command Line. Also I do not open MW from a short cut.
I use a programmable keyboard where I have entered the path to mailwasher.exe
i.e. "C:\Program Files (x86)\FireTrust\MailWasher\MailWasherPro.exe"
I should be grateful for a simple instruction. Of course, it would be easy if there was a box to untick in 'Settings'.
Corrected:
"C:\Program Files (x86)\FireTrust\MailWasher\MailWasherPro.exe"-nosplash
Since the first attempt was functional I did not try without the leading space.

Thank you both for your prompt replies.
When a switch is required again I may be able to implement it.