SETDOS /F is pushed/popped by SETLOCAL/ENDLOCAL
SETDOS /F is pushed/popped by SETLOCAL/ENDLOCAL. I can find that in the help for SETLOCAL but not in the help for SETDOS /F.
View ArticleDid Tabs Profiles Stop Working?
I click on Profiles, and nothing happens. Click to expand...
View ArticleTCEdit - Load a .session via the command line
Allow TCEdit to load a .session via the command line. Suggestions; TCEdit /session:test ... would load the files listed in test.session TCEdit @test.session ... would load all of the files listed in...
View ArticleCommunity Help Wiki
I would like to see a Community Help Wiki, as per the suggestions of @Charles Dye Blue-skying here: If users could attach comments to pages in the web help, and make them publicly viewable, then... you...
View Articleprompt $W/$w not working in TCC 36.52?
I am using TCC 36.52.87 (x64) on Windows 11 version 10.0.26200.9168. In the TCC manual it says in the entry for the prompt command: $W and $w behave like $P and $p for displaying upper/lower case. I...
View Article36.52.87 command prompt and output scrambled
I just installed the 36.52 version over the original 36, and now the command prompt is scrambled, and the output of commands is chopped . Below, the top is 36.52, and the one below is 32. I typed "C:\"...
View ArticleRemaining TCMD background process (v26) ...
Hi I'm not sure, if this is a bug. However, I decided to make this post to inform you ... This was the at least the 2nd time since v26 that after closing Take Command a background process was still...
View ArticleMAPEXE commands executed at the start of a BTM - is that expected behavior?
I'm in the middle of trying to figure out a thorny, sporadic issue (more on that later) so I turned on Command Logging. There's a point in the process where a running BTM script is re-executed from the...
View ArticleAT, gpt-5.6-sol, temperature?
Code: v:\> ai /M="gpt-5.6-sol" "what's 2+2?" liboai::Response::CheckResponse(): Unsupported value: 'temperature' does not support 0.200...322 with this model. Only the default (1) value is...
View ArticleSELECT highlight color white on white
I just upgraded from 36.52.81 to TCC 36.52.87 x64 Windows 11 [Version 10.0.26200.9168] In the old version. the highlight color for SELECT was white on black in a ConPTY tab in Take Command. Now it is...
View Articleechox commands are not logged in the CommandLog
Executing this BTM Code: @echo off setlocal log /E /w "E:\Floppy\TCErrorLog.txt" log /A /w "E:\Floppy\TCLogAll(Output).txt" log /w "E:\Floppy\TCCommandLog(AftVarExp).txt" Echo Good Morning Echox Good...
View ArticleAdd SelectColors and SelectStatBarColors to the OPTION dialog
Perhaps on the Windows tab. (These two were documented in the (excellent) printed manual, back in the day.)
View ArticleTake Command / TCC / CMDebug / TCC-RT 36.52.88 Uploaded
I have uploaded 36.52.88 to the web site. Two fixes here: 1. Some fonts have bad ligature values that caused TCMD to calculate the wrong caret position and right margin. TCMD now validates the ligature...
View ArticleIssue with Qt6's 'rcc.exe' + Ninja
Hello. In a CMake project using Ninja as the "make" program, TCC have problem with this command spawned from Ninja: "cd /D F:\gv\dx-radio\DAB\AbracaDABra\gv-build &&...
View ArticleAI response decoding?
Code: v:\> ai why do i sometimes see — (a-circonflex,euro,close-quote) in your responses? That is **mojibake**: an em dash (`—`) encoded as UTF‑8 is being incorrectly decoded as...
View ArticleANSI issue with non-default foreground color
Apologies if this is a duplicate. I've not noticed it being reported, but could easily have missed it. I noticed an odd inconsistency that I finally tracked down to something unusual (at least to me)...
View Articlethe MD command does not give an error if I try to create an already existing...
I am using "TCC 36.52.88 x64 Windows 11 [Version 10.0.26200.9168]". The first time I use the command "*md C:\x", it creates a directory, as expected. But if I type the same command again, it does not...
View ArticleBatch Arguments %$ and %*
There are crucial differences between %$ and %*. In a batch script, the former treats commas as argument separators and %$ then produces a list of the arguments with a single space separating them (no...
View ArticleWhen asking a question in the Support Forum
When people post problems/questions in the Support Forum, the first reply is usually... Is this in a Take Command tab window, a Windows Terminal tab window, or a TCC stand-alone console window? What...
View ArticleAfter updating with the same newest installer v36.52.88 to activate...
Before I had no more selected EVERYTHING while installing TCMD updates (had not activated EVERYTHING). Today I decided to activate and install EVERYTHING again. So I reinstalled TCMD with the same...
View ArticleLIST incorrectly restores colors after exit
I'm using 36.52.88, with color scheme Tango Light (i.e. dark text on a light background). Whenever I view a file with LIST, and exit the LIST session, the text color gets restored incorrectly to a very...
View ArticleLoading a non 64-bit PLUGIN .dll
When I accidentally attempt to load a non 64-bit PLUGIN .dll using the PLUGIN /L command in TCC, that is, I accidentally attempt to load a 32-bit PLUGIN .dll, I receive the following error message;...
View ArticleC# Run
The C#Run library function will compile a C# .NET Framework 4.8 .cs file, and then execute the compiled .exe file. This is configured to run on my system, so you will have to make changes in order for...
View ArticleTT (TimeTrials ) command
Just used the TT command to test my C#Run library command. Code: tt c#run os.cs Output: Code: Run # 1 of 10: Time = 00:01.469 rv = 0 Run # 2 of 10: Time = 00:00.124 rv = 0 Run # 3 of 10: Time =...
View ArticleGet-Clipboard returns $null causing problems with PShell
This works from PowerShell 5.1 Code: PS R:\temp> get-content function:tcc & "C:\Program Files\JPSoft\TCMD36\tcc.exe" /I /Q /C $args PS R:\temp> PS R:\temp> tcc "echo Line1^nLine2^nLine3...
View ArticleConvert Clipboard contents to a continuous string
If the Windows clipboard contains x number of lines of text, Clip2String.ps1 will convert the lines of text on the clipboard to a continuous string Code: R:\>echo Line1^nLine2^nLine3 > clip:...
View ArticleLIBRARY /N but from a specifc LIBRARY
I have several library files; Code: C:\...\library>dir /b astronomy.library bookmarks.library calc.library cmdx.library datesubs.library dbf.library fb.library hb.library myhelp.library...
View ArticlePShell and In-Process Pipes
From a freshly started stand-alone TCC 36.52.88 x64 in Windows 10 [Version 10.0.19045.7663] Chomp is contained in my PowerShell 5.1 profile; Code: E:\Utils>pshell /s $Profile...
View ArticleTCC takes exactly one minute to open (with a licence)
Approx 3 - 6 months ago, I've updated TCC from TCC22 to TCC/34/35/36 (due to continued development). I've now applied the latest version of TCC: 36.52.88 When I open TCC it takes exactly one minute to...
View ArticleProblems displaying UTF8 characters in tcc 32
I have a small program written in Go, that needs to display matrices. On linux in bash, the special characters display as large matrix brackets. And on Win 11, stand-alone (detached) cmd.exe, these...
View Article