Pages: 1
RSS
Trying to add the NOLOGO command
 
Trying to get rid of the splash startup screen of TheBat....  I'm trying to Open the link that starts TB and adding the /nologo to the comandline. However, I'm not permitted to use a / in renaming the file.  That's one of the characters not allowed.

I'm trying to put a TB shortcut in my startmenu so I can start TB manually very easily---without the splash screen.
 
Sounds like you forgot to put the <Space> before the / ... like this
Code
"C:\Program Files\The Bat!\thebat.exe" /NOLOGO
iviarck
 
Hmmm.  I tried renaming the actual file and even renaming the shortcut file:

thebat.exe /NOLOGO

But I still am not permitted to use the / character.
What am I doing wrong?

I'm making this harder that it probably needs to be.

Thanks for your help.
 
Select the shortcut that start TB, but don't try to rename it.
Go for properties. There you'll see a target that looks like
"C:\Program Files\The Bat!\thebat.exe"
add "/nologo" to it, so that the target appears as:
"C:\Program Files\The Bat!\thebat.exe" "/nologo"
__________________________________
I'm just a user of The Bat! I don't work for Ritlabs.
Pages: 1