C chrizz Feb 3 0 2010-02-02 #1 can tab titles be renamed via commandline? is it possible to set the TAB title when creating a new TAB out of the TAB ruler feature? thx
can tab titles be renamed via commandline? is it possible to set the TAB title when creating a new TAB out of the TAB ruler feature? thx
Charles Dye Super Moderator May 5,358 163 Staff member 2010-02-02 #2 chrizz said: can tab titles be renamed via commandline? is it possible to set the TAB title when creating a new TAB out of the TAB ruler feature? thx Click to expand... See the TITLEPROMPT environment variable. I like to set it in TCSTART.BTM: Code: set titleprompt=`%_cwds` (There's also a TITLE command, like in CMD.EXE. I personally don't find it very useful.)
chrizz said: can tab titles be renamed via commandline? is it possible to set the TAB title when creating a new TAB out of the TAB ruler feature? thx Click to expand... See the TITLEPROMPT environment variable. I like to set it in TCSTART.BTM: Code: set titleprompt=`%_cwds` (There's also a TITLE command, like in CMD.EXE. I personally don't find it very useful.)