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 ArticleChange 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 ArticleChange 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 Articleparsing 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 ArticleEverything 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 ArticleBlock 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 ArticleUnderlining?
[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 ArticleOpen 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[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[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 ArticleMOVEDIR 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 ArticleA 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 ArticleFailure 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 ArticleCapture 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 ArticleSome 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 ArticleCOMSPEC 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 ArticleTCMD.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 ArticleDivide 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 ArticleRecommended 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