Underlining?
[Inspired by @Jay Sage's recent thread about conhost]. In a normal (conpty) tab I did this. I got a new tab as expected. The original tab (the one pictured above) is (1) now unresponsive and (2) using...
View ArticleCOMSPEC vs. _CMDSPEC
I've noticed that there are two variables that seem to contain the same thing. Is there a difference? Are they used in different ways, or are they interchangeable?
View ArticleTCMD.ini has many entries listed under the [Elevated] section - is this...
While researching a problem with Colors in my TCC environment I noticed that my TCMD.ini for Version 36 was much larger than the same file for Version 35. It appears that I have an [Elevated] section...
View ArticleDivide a string from a .CSV file into command-line arguments
This is a demonstration script of how to divide a string into command-line arguments, using the PARSEARGS command from the TextUtils plugin. Code: @SETLOCAL @ECHO OFF :: Demonstration of the parseargs...
View ArticleRecommended way to download JP Software installers from a TCC script
I am writing a BTM script that downloads the JP Software installers for a selected major version, for example:...
View ArticleIn expr, let 'x' act as a synonym for '*'
For the internal command expr, permit 'x' to serve as a synonym for *, which is a special symbol for TCC. This will avoid the need for argument quoting when expr is simply trying to multiply two numbers.
View ArticleTake Command / TCC / CMDebug / TCC-RT v36.51.73 Uploaded
I have uploaded v36.51.73 to the web site. The big change in this build is per-monitor DPI support. This was necessary because of a bug and some undocumented behavior in DirectWrite that was causing...
View ArticleHow do you remove this list once you open it by accident?
I am used to making great use of the context menu and that includes in the Watch List except it doesn't function as expected in the watch list it brings up a list of environmental variables and there's...
View ArticleScrewy output
This has something to do with the cursor, or with scrolling, or with timing (I have no clue). Here's a simple BTM. Code: @echo off :: cursor off echos ^e[?25l setarray /f n[2] set n[0]=a set n[1]=b do...
View Article[36.50.71]_%ConPTY=1 in a TCMD conhost tab
_%ConPTY is always 1 in TCMD tabs. Here it's ok: But HERE it's clearly a Conhost tab, so here it should be 0:
View ArticleEverything v1.5.0.1416b is available ...
Everything v1.5.0.1416b is available ... maybe you can include it in next (one of the next) builds.
View ArticleSome strange behavior after Color command
Here's a simplified batch file to demonstrate the issue Code: @echo off echo _FG is %_FG echo _BG is %_BG echo Hello color echo _FG is %_FG echo _BG is %_BG echo There And here's what shows in the TCC...
View ArticleBuild 73 TCMD ConPTY tab: text is now darker somehow
In build 73 TCMD ConPTY tab, the text is now darker somehow. ConPTY TCMD tab: Here a NON-ConPTY TCMD tab:
View Article[36.50.71]Closing the ConPTY tab closes all
If I closing the ConPTY tab, it closes also TCMD (it took some seconds or so (longer than a normal exit)). PS: Tested without any PlugIns.
View ArticleNeither HELP nor F1 works
That makes it hard to ... rconn said: See the TabPtyTextOpacity INI directive in "What's New". Click to expand...
View ArticleGerman TCMD tab option is missing some things
German TCMD tab option is missing some thing, see here: So the visual basic option is missed, and also the folding options.
View ArticleCannot Exit TCC Tab with Build 73
I installed build 73, and a number of things are not working. First, when I run the EXIT command, TCC hangs. It runs TCEXIT at least as far as the last line of code. I'm actually pretty sure that...
View ArticleCygwin disables command-line editing in ConPTY
I have used Cygwin grep and a few other Cygwin tools (sort, nl, etc.) in conjunction with TCC for a long time. However, I now discover that using Cygwin grep in a TCC session (v36.50.71) now produces...
View ArticleSmall mistake on Downloads page
For TCC v36 Current Version it says: 36.50 Build 68 However, after downloading and installing, it is actually 36.51 Build 75
View ArticleThe @EMAIL Return Values Are Not 0 or 1
I know I reported this before. It may be that the output cannot be changed, but then it is important that the help file be updated. Right now, testing for a value of 1 to indicate a valid email address...
View Article