By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!View attachment 3520
I gave the title "foobar" to the START command.
And why don't I see TCC's icon?
start "foobar" /pgm %_cmdspec
does seem to lose the icon here.START "foo" /PGM <path>\tcc.exe /i
(no inifile, no tcstart, no plugins).option //UpdateTitle=No
set TITLEPROMPT=MyTitle
alias pre_input echo pre_input in action
I don't think it's PRE_INPUT per se. I suspect the execution of PRE_INPUT is somehow triggering what happened my first observation, namely that the title reverts during the likes ofOkay, I see what you're saying now. Using the PRE_INPUT alias reverts the console title to its original value.
ECHO FOO & DELAY 15
.START "%@full[%COMSPEC]" /pgm %COMSPEC
) which is seemingly Windows's default behavior.The results are in keeping with previous observations. DuringCan you check the case ofplease?Code:START "" "%@FULL[%COMSPEC]"
ECHO FOO & DELAY 15
and whenever PRE_INPUT is an alias, the title reverts to the start-up title ... an empty string ... and TCC's icon doesn't show.START "C:\WINDOWS\system32\notepad.EXE" %comspec%
Can't reproduce this? I am very surprised.Win7/Win10 - unable to reproduce. Strange. Anybody else?