How to disable update of the console window title

Nov 14, 2011
20
0
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.
 
May 26, 2008
550
6
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.
 
Nov 14, 2011
20
0
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"