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

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 Article


Image may be NSFW.
Clik here to view.

First use of PSHELL changes directory

In a new instance of TCC ...

View Article


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

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

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


MS Store Apps

Is there a way to run MS Store apps?

View Article

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

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


Flush the MAPEXE cache when the PATH variable changes

Because sometimes people change the system path in order to change which executables are available.

View Article


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

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

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

How 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 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
Browsing all 1696 articles
Browse latest View live