Quantcast
Channel: Take Command / TCC
Browsing all 2205 articles
Browse latest View live

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 Article


Trouble 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 Article


trying 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 Article

Add Image Icon Not Working

Add Image Icon Not Working

View Article

Image may be NSFW.
Clik here to view.

Won'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 Article


TCC36 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 Article

TCMD 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 Article

All 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 Article


Command 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 Article


Set 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 Article

FormCast 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 Article

Piping 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 Article

Sorting 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 Article


Alt-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 Article

Image may be NSFW.
Clik here to view.

BDebugger 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 Article


TBINewest 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 Article

Keeping 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 Article


Horizontal 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 Article

Help Doesn't Work From Variable Section On Any Tab

Help Doesn't Work From Variable Section On Any Tab.

View Article

Image may be NSFW.
Clik here to view.

ScrPut 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
Browsing all 2205 articles
Browse latest View live


Latest Images