- Sep
- 5
- 0
Rather than rewriting this entire Github Issue, see this link for details.
https://github.com/cmderdev/cmder/issues/1806
https://github.com/cmderdev/cmder/issues/1806
By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!Same error, even with option set.Set the "CMDVariables=Yes" option in the [4NT] section of your TCMD.INI.
g:\cmder> set a-b=foo
g:\cmder> echo %a-b
-b
g:\cmder> echo %a-b%
-b
g:\cmder> option //CMDVariables=Yes
g:\cmder> echo %a-b
foo
g:\cmder> echo %a-b%
foo
Can we have a summary of the issue? Digging though a long discussion is not something I'd would do witout clear idea of what I'm expecting to find.
Hi Yen,I'm new to this whole cmd replacement and am currently trying to really just get TCC to display more "Cmder-like" in Cmder/ConEmu, (e.g. the color scheme, cmd prompt, etc.). I wish TCC worked with Clink, as I think that's where the colors in Cmder come from.