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

Use ffind with regular expressions against a text file

I have a file that I generate everyday called holdings.txt Each line in the file begins with a stock ticker. The stock ticker is seven characters in length. The stock ticker is right-aligned, so the...

View Article


Change Customization of Filename Completion

Please change the behavior of filename completion customization so that adding any customization no longer removes all the default settings, at least as an option. The way things work now, once one...

View Article


Change to /tabtint Option with WINDOW

I experimented with assigning a tabtint to each TCC tab depending on whether it was elevated, ConPTY, or legacy. Then I noticed a problem. Without a tabtint assigned, one can tell which tab is active...

View Article

Image may be NSFW.
Clik here to view.

parsing error for TCMD.INI

This is a reproducible error. Today I received the following error message when starting TCMD v36.50: Notice that the error message clearly shows only one set of "double quotes" in the command....

View Article

Everything v1.5.0.1416b is available ...

Everything v1.5.0.1416b is available ... maybe you can include it in next (one of the next) builds.

View Article


Block copy includes trailing spaces

Do this. Code: echo x^r^nxx^r^nxxx Block copy the output (Alt-swipe, copy). Paste into an editor. You have trailing spaces; not so in a console or WT.

View Article

Image may be NSFW.
Clik here to view.

Underlining?

[Inspired by @Jay Sage's recent thread about conhost]. In a normal (conpty) tab I did this. I got a new tab as expected. The original tab (the one pictured above) is (1) now unresponsive and (2) using...

View Article

Open a TCMD Tab with a Conhost TCC Session

I can run the following command from a TCC tab: Code: start /pgm C:\Windows\System32\conhost.exe C:\PROGRA~1\JPSoft\TCMD36\tcc.exe A standalone session starts, which I can then attach to TCMD (albeit...

View Article


Image may be NSFW.
Clik here to view.

[36.50.71]Closing the ConPTY tab closes all

If I closing the ConPTY tab, it closes also TCMD (it took some seconds or so (longer than a normal exit)). PS: Tested without any PlugIns.

View Article


Image may be NSFW.
Clik here to view.

[36.50.71]_%ConPTY=1 in a TCMD conhost tab

_%ConPTY is always 1 in TCMD tabs. Here it's ok: But HERE it's clearly a Conhost tab, so here it should be 0:

View Article

MOVEDIR Does Not Keep the Directory Descriptions

I would have expected that MOVEDIR would copy any directory description in the source file to the destination file that it creates, but it doesn't. I just moved some photo directories, and the...

View Article

A gosub that never returns

I think I’ve run into this before, but just.. HOW HOW HOW HOW can execution end when i return from a gosub, and not continue to the next line of a .BTM? Literally, with echo on: Code: iff "1" !=...

View Article

Failure of /unelevated Option with START

I don't know if this is some kind of bug or just something inherent in Windows. I'm trying to start a ConPTY standalone TCC session from an elevated TCC tab in TCMD using the following command: Code:...

View Article


Capture DEBUGSTRING from TCC.EXE

Here is C# Code that will capture DEBUGSTRING output from TCC.EXE I compiled this on my Windows 10 system with the following; Code: csc /nologo /platform:x64 /out:TccDebugListener.exe...

View Article

Image may be NSFW.
Clik here to view.

Some strange behavior after Color command

Here's a simplified batch file to demonstrate the issue Code: @echo off echo _FG is %_FG echo _BG is %_BG echo Hello color echo _FG is %_FG echo _BG is %_BG echo There And here's what shows in the TCC...

View Article


[v36.x] Rights for XHistory36

JFI: For the XHistory file "c:\ProgramData\JP Software\XHistory36", I had to set related rights, else I would not have write access. I received always an error msg after start. Probably thats normal,...

View Article

COMSPEC vs. _CMDSPEC

I've noticed that there are two variables that seem to contain the same thing. Is there a difference? Are they used in different ways, or are they interchangeable?

View Article


TCMD.ini has many entries listed under the [Elevated] section - is this...

While researching a problem with Colors in my TCC environment I noticed that my TCMD.ini for Version 36 was much larger than the same file for Version 35. It appears that I have an [Elevated] section...

View Article

Divide a string from a .CSV file into command-line arguments

This is a demonstration script of how to divide a string into command-line arguments, using the PARSEARGS command from the TextUtils plugin. Code: @SETLOCAL @ECHO OFF :: Demonstration of the parseargs...

View Article

Recommended way to download JP Software installers from a TCC script

I am writing a BTM script that downloads the JP Software installers for a selected major version, for example:...

View Article
Browsing all 2205 articles
Browse latest View live


Latest Images