By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!echo %a%:^t%b
echo %[a]:^t%b
Thanks! (How foolish of me!)
Other escape sequences too.
Code:v:\> echo %name:^t%myname Name:tVincent v:\> echo %name:^b%myname Name:bVincent v:\> echo %name:^n%myname Name:nVincent
That's why I had suggested many versions ago that there be a wholly logical and consistent TCC language with no accommodations for CMD, unless the "duplicate CMD bugs" is set. What is esp. horrible is when old batch files and aliases no longer work to help CMD users. I now suspect that the same issue as Vince observed is plaguing me with the <EscapeChar>r sequence, though without loading all normal files it does work. I still need to find what kills it.It's probably not possible for anyone to remember all the horrors that Microsoft has perpetrated. The capacity of the human brain has been estimated at around 2.5 petabytes.
That's why I had suggested many versions ago that there be a wholly logical and consistent TCC language with no accommodations for CMD, unless the "duplicate CMD bugs" is set. What is esp. horrible is when old batch files and aliases no longer work to help CMD users. I now suspect that the same issue as Vince observed is plaguing me with the <EscapeChar>r sequence, though without loading all normal files it does work. I still need to find what kills it.