Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

How to disable update of the console window title

Hi,
Each time a command is trunning, the name of this command is visibile in the window title (%_WINTITLE).
Is there a way to disable the update of the window ?

Thx.
 
I assume you are referring to TCC and not CMD? You reference a TCC variable but posted the question to the CMD forum.

For TCC - type OPTION and then uncheck the "Update Titles" checkbox on the Startup tab. Or change UpdateTitle to No in the INI file.
For CMD - I don't know if you can disable it.
 
When executing a .bat in another you see all the instructions in the title bar and it'is embarrassing.

use "option //UpdateTile=No" before call xxx.bat and restore it with "option //UpdateTile=Yes"
 
Back
Top