Can I safely delete non-English DLLs
I just installed Take Command v34.01, and I only speak and read English. Can I safely delete the files "French*.* German*.* Italian*.* Russian*.* Spanish*.*" and "V???.dll" with no adverse effects to...
View ArticleTCMD ... Help ... Contents, Search, Index?
All three of these take me to the Overview with the contents in the left pane. Is That WAD?
View ArticleUsing FileURI plugin with markdown files
With this MarkDown extension in Microsoft Edge, I can view markdown files. If I just type the name of a markdown file from the TCC, for example, readme.md, the markdown file is launched into Markdown...
View ArticleC++/CLI doesn't support lambda expressions
Now that I can create a plugin in C++/CLI for use with TCC, I was hoping that I could use LINQ expressions in a plugin. Here's my test C# Code; Code: using System; using System.Linq; class Program {...
View ArticleTCEdit disappears
In TCEdit, right-click on the toolbar ... Customize ... Commands ... try to change the category from File to anything else ... TCEdit disappears.
View Articlerequest: on text_resize / on Ctrl-MouseWheelUp/Dn
So, I’m learning the “on” stuff a bit more, and I hit a situation where I guess... I found a need to request a new “on” type? So we have these “mouse-based” ons: ON DBLCLICK [command] ON LBUTTON...
View ArticleDetecting a forced windows restart
Hi folks, it's been a LONG time since I've been here! Topic: How to detect (and log) when another application forces a windows restart? Scenario: I work heavily in my privately licensed copy of TCmd in...
View ArticleReplace CTTY in old .BTM
Pretty much what it says in the title. I'm rummaging through old .BTMs to see if any are of any use and I came across one that uses CTTY to redirect output to NUL. Other than adding >&NUL to the...
View ArticleI can’t figure out why I keep getting “exceeded batch nesting limit”
I am just so confused. In my AI-transcription system, I am suddenly running into this a lot: Exceeded batch nesting limit. But line 1549 is simply the first line of a gosub that I go to. It’s the...
View ArticleWildcard Display of Alias Definitions
I have encountered problems when trying to display all matching alias definitions using '' when one of the aliases has '' in its name. For example, consider the following aliases zz=zza zz*a=echo this...
View ArticleHow TCC facilitates using fzf with Neovim (or other tools)
I'm forced to split my time between various Linux distros, macOS, and Windows, and of those three I probably don't have to tell you which OS positively sucks for command-line functionality. TCC is the...
View ArticleInternal 7zip fails to add/flag files with square brackets
I discovered a flaw in the internal 7zip function. These are the steps to reproduce the problem. In the lines below, I have modified URLs for privacy, but nothing relevant. The issue is that 7zip...
View ArticleTCC hangs! :(
Hi guys! This is my script, that works correctly in the CMD environment, but with TCC it hangs (the TCC windows title shows "TIMEOUT /T 2 /NOBREAK >NUL". Do you have any solutions and/or TCMD.ini...
View ArticleGet 0 from %@winstate[=%_pid] in Windows Terminal?
In a not hidden Windows Terminal (not Console Window) window running TCC, I'd expect %@winstate[=%_pid] to return 1. But it returns 0. Is that a desired behavior? I'm using: TCC 34.01.27 x64 on Windows...
View ArticleHelp Issues with Version 35
I have come across a couple of issues with the help information. Command Line Editing Section The description text is not aligned. Help for Configuring TCC Command Line The help for the "Command Line"...
View ArticleWhat's the best way to upgrade TCC?
Howdy! For the first time in my life, I upgraded TCC. In this case, I went from V34 to V35. Before upgrading, I searched the forum, the JPSoft site, and the TCC/TakeCommand manual to see if there's a...
View ArticleQuestion about FTP.CFG
The help says that lines in the FTP.CFG file use the following format: Code: url [(alias)] username password [directory template] Maybe I'm just not seeing it, but I cannot determine what the...
View Articlev35 BDEBUGGER Debug Shortcut Keys
BDEBUGGER v34 has the shortcut keys; BDEBUGGER v35 does not have the shortcut keys (I added F11 and F10 manually as I needed to use them) Joe
View ArticleTCC v35 - Fresh install and trial / evaluation not working?
I searched to see if I'm just doing something wrong, so apologies if this was addressed and I missed it. I have TCC v33 and v34 licensed and I just got the email about v35 being available so I thought...
View ArticleSuggestion for EditKeys/CMath
Hey @Charles Dye , Entering a math expression, such as :1+2*3 and pressing Enter returns; Code: U:\>:1+2*3 1+2*3 = 7 The result of the math expression is also saved in the environment variable ans....
View Article