Uninstalling TCC-RT, install folder deleted?
I had an old TCC-RT (v28) installed in d:\tcc-rt. My plan was to uninstall it and install v34 in the same place. I expected d:\tcc-rt to be left in place, containing at least INI files and a link to my...
View ArticleFSEARCH /T using regular expressions?
Code: d:\tc34> ffind /t"[Tab" /v d:\tcmd.ini TCC: premature end of char-class "(?i)[Tab" TCC: premature end of char-class "(?i)[Tab" TCC: premature end of char-class "(?i)[Tab" TCC: premature end...
View ArticleAll downloads still indicate v33 instead of v34
All downloads still indicate v33 instead of v34 Joe
View ArticleFirst start of TCMD has sometimes problems with ANSI
That's not a specific thing in v34, I had that already in v33 too but had not reported it till now. Sometimes TCMD start has a problem with ANSI (or maybe it comes from other influence, I don't know)....
View Articlewrong version of TCC (34.0.20 instead of 34.0.21)
well, like the title says, the version of tcc.exe in the download page is 34.00.20, when it should be 34.00.21, like the page clearly states. obviously, they uploaded the wrong version to the server...
View ArticleFFIND's /TE switch
This suggests that FFIND's /TE option is leaving the 'E' in the regex. Code: v:\> ffind /te"[Tab" /v d:\tcmd.ini TCC: premature end of char-class "(?i)e"[Tab"" I can't make FFIND /TE find any text...
View ArticleDiscovered "TCC-RT" instead "TCC" in current help file (v34.0.21)
Discovered "TCC-RT" instead "TCC" in current help file (v34.0.21):
View ArticleHow to Cancel a Thread
Because of an error in a script, I just launched a thread that I do not want (it's going to do something tomorrow rather than today). This made me realize that sometimes one might want to be able to...
View ArticleTCEdit Tab Switching using Ctrl + 1, 2, ... 8
TCEdit currently allows switching between open tabs using Ctrl + Tab. In addition, it would be great if switching between opens tabs using Ctrl + 1, 2, ... 8 could be added to TCEdit. Joe
View ArticleSOLVED: How *echo and *if can be unknown commands? ANSWER: If you’ve done...
I’m just curious how *echo and *if can be unknown commands. Ever. unknown command clairecjs_bat/BAT-and-UTIL-files-1/unknown_cmd.bat at main · ClaireCJS/clairecjs_bat Claire's personal BAT files, often...
View Article::regex?
Where is ::regex discussed in the help? Does it work anywhere other than with DIR?
View ArticleDoes anyone regularly update Visual Studio?
I use DUMPBIN a lot. So It's mentioned in my AppPaths key. When I update Visual Studio it usually stops working. So I have a FIXDUMPBIN.BTM. I updated Wednesday and when I ran the BTM, I saw this....
View ArticleTCMD tab colors
When I open TCMD, it opens with three tabs: TCC, Powershell, and CMD. Thanks to assistance received, I have the TCC tab with a black background. But the TCMD and PowerShell backgrounds are blue. I did...
View ArticleDoes %$ contain CSI ([)?
I'd like a function, say @CSI, that will be 1 if %$ contains a control sequence initiator and 0 otherwise. Given its intended use, I should be looking for "^e[". I've spent hours struggling with @REGEX...
View ArticleAlias fails with unprotected ^ in %$
What's happening below and how fo I fix it? Code: v:\> alias myecho `%@if[%@len[%$] LT 1000,echo %$,echo %$]` v:\> myecho ^e[ TCC: Syntax error "@len[^e["
View ArticleTCEdit - Line Numbers
When I start TCEdit, with "Display Line Numbers" enabled, line numbers past 99 are not properly displayed; Disabling/Enabling "Display Line Numbers" fixes the issue; Could this please be fixed, so that...
View ArticleMore parser woes
This works. Code: v:\> echo %@len[A[] 2 Why doesn't this work? I've only replaced A with %@char[65]. Code: v:\> echo %@len[%@char[65][] TCC: Syntax error "@char[65"
View ArticleSOLVED: does UNKNOWN_CMD have access to the line number? [answer: yes, via...
1) I have an unknown_cmd.bat which my unknown_cmd alias points to. (My practice is usually to have my aliases call bat files and handle the logic in there.) 2)I have a status-bar.bat 3) I got this...
View ArticleRegex not fully implemented? Don’t seem to be able to use the \q regex (which...
I’m trying to highlight a quoted section of text that is being echo’ed the screen (command parameters actually). So I want to use regex to insert color-change ansi before the first quote (to make it...
View Article