Quantcast

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


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


Image may be NSFW.
Clik here to view.

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

Image may be NSFW.
Clik here to view.

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

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


TCC: (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 Article

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

BTM_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


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 Article


Image may be NSFW.
Clik here to view.

TCMD ... Help ... Contents, Search, Index?

All three of these take me to the Overview with the contents in the left pane. Is That WAD?

View Article

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

C++/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 Article

TCEdit disappears

In TCEdit, right-click on the toolbar ... Customize ... Commands ... try to change the category from File to anything else ... TCEdit disappears.

View Article


request: 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 Article

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


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

Image may be NSFW.
Clik here to view.

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