FFIND /E with regex EOL anchor?
I expected the same output from both of these. What's up? Code: v:\> echo foo | ffind /k /m /e"o" foo v:\> echo foo | ffind /k /m /e"o$" v:\>
View ArticleCTRL key not being recognized
I've had this spiffy new Windows 11 computer for a few weeks, but today was the first time I tried to interrupt a command in a TCC tab running in TCMD with Ctrl-C. I recall that on Windows 10, I had...
View ArticleTPIPE has suddenly stopped working
ver Click to expand... TCC 20.11.46 x64 Windows 10 [Version 6.3.22631] (though it is really Windows 11) I've had code like this running successfully until the day before yesterday: Code: > tpipe...
View Article@XMLXPATH in TCC v33 vs v20
Volume in drive C is Windows-SSD Serial number is 5853:97e1 Directory of C:\Timerefs\windowsZones.xml 05-03-2024 09:35 63,170 windowsZones.xml 63,170 bytes in 1 file and 0 dirs 65,536 bytes allocated...
View ArticleGive a color to the popup window @SELECT
I have noticed that the popup window has a new line - just under the title. A good choice to view what are you searching. This was a parenthesis. I just remembered that in an old TCC there was a...
View ArticleFunctions to list functions, commands, constants, variables...
Kürzlich wurde in Notepad++ eine neue Funktion implementiert, mit der die Anzahl der Sets von Schlüsselwörtern erheblich erhöht werden kann. Dies geschieht über Scintilla „SubSubstyles“. Damit kann ich...
View ArticleBulk-change of Font size in English.dll
I discovered that, with the assistance of Resource Hacker, I can do a bulk change of the font size in English.dll Before proceeding, make a backup of English.dll It's best to do this with TCMD/TCC...
View ArticleV33 breaks vcvars64.bat
I had a pretty hard time building ONIG.DLL. TCCv33 doesn't handle vcvars64.bat very well. Below, I put some newlines in LIBPATH's value to make it easier to read here. Note the empty string in TCCv33's...
View ArticleStarship integration?
I spend most of my time in Bash or Zsh on macOS or *nix, so I'm used to having a heavily customized prompt courtesy of Starship. When I'm on Windows I typically stick with TakeCommand (as I'm an old...
View ArticleDetermine version of TCMD.EXE available for download
.btm to show the version of TCMD.EXE available for download. Code: R:\>aiu Getting File info for https://jpsoft.com/downloads/v33/TCMD.EXE Name : Take Command 33.0.9 Product Version: 33.0.9 Release...
View ArticleRendering issues with SSH, Vim, Neovim, etc.
First, please forgive me if this is an issue already covered, but it seems I can't search the forums for anything. I did notice a post on that subject, so maybe that's why? Whatever the case, I'm the...
View ArticleWin10 v1607 14393.7336 and TCC 33.0.9
In VMWare Windows 10 v1607 14393.7336 installed Installed Take Command v33.0.9 Start TCC (no options changed) History (ctrl-PgDn - PgUp) or File Completion (F7) result in a crash Attached are the...
View ArticleWindows Virtual Desktop
As of version 0.98.6 of the MyWindow Plugin, the WINDOW command has a new option. WINDOW VDESKTOP allows the moving of the TCC Console from Virtual Desktop to Virtual Desktop. I've made a simple alias;...
View ArticleManually incrementing the counter in a counted DO loop?
Can it be done? Below, I was expecting and hoping for 1 3 5 7 9. Code: v:\> do i=1 to 10 ( echos %i^^s & set i=%@inc[%i] ) 1 2 3 4 5 6 7 8 9 10 It seems DO sets the environment variable but...
View ArticleGetting keystack to switch to the next Virtual Desktop
I cannot seem to find the correct combination of Key Names that would enable the KEYSTACK command to switch to the next Virtual Desktop on the right. I can do this using AutoHotKey; Code:...
View ArticleCharacter 160 (nbsp) screen vs. clip:
After pasting, What's happening and how do I get the real thing into the clipboard? TMP1: works differently (and AFAICT you can't TEE to it). And CLIP: automatically gets a trailing CRLF (which I...
View ArticleXSORT and folder names with spaces
XSORT does not play well with folder names that have spaces. Code: C:\...\TCMD33>@xsort alias.lst TCC: (Sys) The filename, directory name, or volume label syntax is incorrect. "C:\Program...
View ArticleTOUCH /R fails to use the date of the indicated file
TCC 33.00.10 x64 Windows 10 [Version 10.0.19045.4894] TCC Build 10 Windows 10 Build 19045 Code: >dir /KM 22/09/2024 19:52 <DIR> . 22/09/2024 19:52 <DIR> .. 31/12/2000 12:34 186 1.btm...
View ArticleMultiple commands and piping to a BTM
This works fine. Code: v:\> timer & echo foo | grep foo & timer Timer 1 on: 18:13:14 foo Timer 1 off: 18:13:14 Elapsed: 0:00:00.146 This doesn't work well (TIMER ON twice). Code: v:\>...
View Article!str1!str2!
str1!str2! is sold short in Whats new in Vertion 29 ` dir!echo! works with multiple dir fred & dir mary !dir!echo! runs command echo fred & echo mary ----------------------- also dir fred &...
View Article