Inkey /k switch alone doesn't work right?
In the help of v34 for INKEY /K switch: If an invalid keystroke is entered, TCC will echo the keystroke if possible, beep, move the cursor back one character, and wait for another keystroke. Click to...
View ArticleTPIPE docs or tutorial
Has anyone found any documentation or tutorials for TextPipe (from DataMystic.com) that are adaptable for TPIPE from Take Command? I installed an evaluation version of TextPipe Pro, but it is so GUI...
View ArticleCHOOSE just one
Here's how I choose just one item from a short list of items, Code: R:\>function choose %@word[%@eval[%1-1],%2$] Examples; Code: R:\>echo %@choose[3,One Two Three Four Five Six Seven Eight Nine...
View ArticleBacking up TCMD and TCC
I have gotten all my TCMD and TCC configs and colors in order. Since I seem to have issues repeating the process if necessary, what all do I need to back up (and how) so that I can replicate the...
View Articlemore iff/endiff problems ... how can this not be a bug?
BACKSTORY: After 35 years of only using if-gotos, I was encouraged to use if () else () ...only to find out pretty much all unicode/extended chars woudln’t work natively inside if() else(), and thus...
View ArticleFun with MAPEXE
An old batch file of mine failed today, and it took me a little while to figure out why. BUILD-QCAL.BTM rebuilds my QCal plugin. I'll spare you the listing — it's about 150 lines long, and does stuff...
View ArticleFlush the MAPEXE cache when the PATH variable changes
Because sometimes people change the system path in order to change which executables are available.
View ArticleTCC instead of CMD
I for whatever reason cannot get the font in CMD to be bold. That's OK since the one inn TCC is working just fine. Is there ever a time when I would need CMD instead of TCC?
View ArticleTCC in place of CMD
If I asked this, apologies. Is there any reason I couldn't always use TCC in place of CMD? And even "direct" my system to do the same?
View ArticleIs this by design? %@EXECSTR[type filename] and %@LINE send parts of the text...
Took me forever to figure out that the part of the txt file after && was being sent to my command line. It didn’t occur to me to even consider the possibility that using %@LINE[] could cause...
View ArticleHow can I disable the internal Lua support entirely?
I find the built-in Lua 5.4.7 interpreter keeps getting in my way in multiple respects. I've un-ticked the box for Lua scripting support in the "OPTION" dialog already, but every invocation of a 'lua'...
View Articlefound a way to HALT tcc completely with regex stuffs (v.33.00.20)
Only a bug because TCC halts and you are never returned to the prompt and in fact have to close the window! The expected output is... I’m returned to my prompt :) This only happens if you change the...
View ArticleTCC Help Error
TCC 34.0.24 I downloaded the .pdf Help File but the built-in help seems to be broken. Pressing F1 while at the TCC command line results in error message: If I navigate to the TCC directory, run the...
View ArticleDebugger IDE Toolbar icon size
Does Large Icons work for anyone else? It's been forever since I used the debugger, but I'm loving dark mode here too :)
View ArticleMyWindow 0.99 Build 0
Hey @Charles Dye , Code: U:\>plugin /i mywindow Module: e:\utils\mywindow.dll Name: MyWindow Author: Charles Dye Email: cdye@unm.edu Web: https://charlesdye.net/plugins/mywindow.html Description:...
View ArticleTCC: (Sys) "localhost"
Since last week, whenever I run Take Command, I get this message displayed: TCC 34.01.27 x64 Windows 11 [Version 10.0.26100.3775] Copyright 2024 JP Software Inc. All Rights Reserved Registered to XXXXX...
View ArticleCALLing an alias?
I didn't think CALL would execute an alias but it did. I got (I think) an alias loop crash. Maybe CALL shouldn't do that or there should be a warning in the help.
View ArticleBTM_Initialize and BTM_Terminate
When TCC starts, it looks for a TCStart.btm. If found, it executes TCStart.btm (Initialize). When TCC ends, it looks for a TCExit.btm. If found, it executes TCExit.btm (Terminate). I would like that...
View Article