Does TCMD's /T nullify SingleInstance=No?
I have SingleInstance=No. If I execute d:\tc36\TCMD.exe twice, I get two instances of TCMD. If I execute d:\tc36\TCMD.exe /t d:\tc35\tcc.exe twice, I get one instance of TCMD with two tabs. How does...
View ArticleTrouble with last night's Windows update?
Did anyone else get and have trouble with last night's Windows update? Right after it I couldn't login because of bad credentials. It took a while to get the spelling of the answers to my security...
View Articletrying to auto-invoke a CMD script on TCMD startup
I, along with chatgpt, have beaten my head in trying to get this to work. Take Command v36 on Windows 11. I want a desktop/hotkey launcher that: opens a NEW Take Command GUI instance (not a new tab in...
View ArticleWon't Execute Call
This is crazy. I'm spending more time debugging your debugger than I am my scripts. This highlights the call as the current line but will not execute.
View ArticleTCC36 color anomaly in Windows Terminal.
I use a color scheme in WT in which color 0 is 00/00/00 and the default background color is 0C/0C/0C. And that's what I get when I start my "TCC36" profile (command line d:\tc36\tcc.exe). As soon as...
View ArticleTCMD crashing after option dialog.
In a new TCMD35/TCC36 I opened the TakeCommand options dialog, added /ip to COMSPEC, and clicked OK. After a few seconds watching the throbber the dialog and TCMD disappeared, leaving a DMP file. I...
View ArticleAll panes in CMDebug should be wrapping lines
Add ability to wrap lines or scroll left/right in the command expansion section if output exceeds pane width. I would also do the same for the other 2 panes for consistancy and ease of viewing. Maybe...
View ArticleCommand Expansion History
I find that a lot of times I'd like to be able to go back in the command expansion and see how a particular variable got to be what it is. It would be helpful to be able to go back through the command...
View ArticleSet Statement and Variable Creation in CMDebug
What's the difference between this: Set a = b and Set a=b ? The difference is the variable's name creation. The first variable will be "a " the second will be "a" and they aren't interchangible. It...
View ArticleFormCast v1.0 – GUI Framework for TCC v36 .NET Plugins
Hi all, With the release of TCC v36 and .NET plugin support, I wanted to share something I’ve been working on. FormCast is a .NET plugin that allows BTM batch scripts to create and interact with native...
View ArticlePiping to an open instance of TCEdit
Without TCEdit being open, this works; Code: dir | tcedit Now, close TCEdit. Open TCEdit. With TCEdit being open, this does not work; Code: dir | tcedit My current workaround is; Code: dir > tmp9:...
View ArticleSorting lines of text in TCEdit
I want the ability to sort lines of text while inside TCEdit. To do this, I created an AutoHotKey script, and added it to my HotStrings.ahk file. Code: #HotIf WinActive("ahk_exe TCEdit.exe") ^+x:: { ;...
View ArticleAlt-punctuation in plugin key handler
Several of the keys in my EditKeys plugin have stopped working. It appears that many Alt-punctuation combinations return different strings than they used to: Old Name:New...
View ArticleBDebugger watch list - @eval division problem
I'm trying to set a variable function result in the Watch list and the division operator ( / ) of the @eval function doesn't appear to work in the Watch list. Here's a simplified example of what I am...
View ArticleTBINewest Not Calculating Correctlly in CMDebug
This is an excerpt from the log created by the script when run outside of CMDebug. The important lines are bolded. CallingName=P:\Backup\BackupScripts\IFWBackupRotate.cmd, MessageText="1st...
View ArticleKeeping OneDrive Directories Pinned
While working with Gemini to write a script to force files to cloud-only, I noticed that Gemini wrote it in such a way that it skipped directories. I asked why. Gemini said directories occupy little...
View ArticleHorizontal group tab does not scroll
ConPTY tabs. In Take Command, open a second tab. Do Windows > Horizontal Group. Do something that will output more lines than are displayed. The window does not scroll. Instead the lines that should...
View ArticleHelp Doesn't Work From Variable Section On Any Tab
Help Doesn't Work From Variable Section On Any Tab.
View ArticleScrPut always moves the cursor to the end of the written string
It's behaving as if the /U parameter is present, even when it is not This code Code: cls & scrput 10 10 bright white on black Hello & echo There Looks like this in TCMD35 and like this in TCMD36
View Article