Take Command 33 key
Hello, I'm sorry if this is a stupid question, but I just paid for my extended support. Usually I get the key when a new version is announced/released. I have not received a key for v33. Will I be...
View ArticlePopup Selection Window in one line
This one line will display a popup selection window, and return the result; Code: (echo One Widget^nWidget Two^nWidget Three |! set results=%@select[con:,10,10,32,32,Choose]) & echo %results For a...
View ArticleWhat's the definitive way to clear the keyboard buffer?
inkey /C doesn't seem to actually be clearing the keyboard buffer anymore. I'm looking for more-generalized command-line solutions to do this. Hoping to not have to go into Python/Perl for speed...
View ArticleAdd _powertime and _powercount to POWERMONITOR
I'm trying to do some tricky timing (a few milliseconds) with POWERMONITOR. It would be useful at have a more accurate time of the event than what I can get in POWERMONITOR's command. Milliseconds...
View ArticleLeft-click clears screen TCC 33.00.18 x64
TCC 33.00.18 x64 Windows 11 [Version 10.0.22631.4317] I just upgraded from 33.00.08 to 33.00.18. Now I find that when I left-click in a TCC tab (in preparation to select text for copying), the tab...
View ArticleCMath and the @PSHELL function
Hello @Charles Dye, I cannot get the @PSHELL function to work with the CMath feature of the EditKeys plugin. Code: R:\>which @pshell64 @pshell64 is a user-defined variable function...
View ArticleWindows Terminal interaction with aborting batch files - window loses focus
I've posted this to the Windows Terminal GitHub page as well, but I've since discovered that this doesn't happen with cmd, so seems to be a TCC specific problem. TCC version​TCC 27.00.21 x64 (Also...
View ArticleSo how do you actually CANCEL, if CANCEL doesn't really CANCEL?
Seriously. The documentation is a lie "CANCEL command - Terminate batch file processing The CANCEL command ends all batch file processing, regardless of the batch file nesting level. Use QUIT to end a...
View Article_VDESK (MyWindow 0.98 Build 7)
Hi @Charles Dye, Why does _vdesk not return anything? Code: U:\>which _vdesk _vdesk is a plugin variable (MyWindow) Code: U:\>for /l %i in ( 0, 1, %@dec[%_vdesks] ) echo %i: %@vdesk[%i]...
View ArticleTEE question
So, I have a question about tee. Basically: "why emoji die?!?!" The top line is the before, the bottom line is the after: Code: %LAST_WHISPER_COMMAND% |:u8 copy-move-post whisper %LAST_WHISPER_COMMAND%...
View ArticleAre my UnicodeOutput & UTF8Output settings not being respected in my INI?
They are right there in my INI file, yet..... Setting them to the same values at the command line changes the behavior have i bugged out the INI processor somehow? Still trying to figure out how...
View ArticleTEXT/ENDTEXT but with environment variable expansion?
TEXT / ENDTEXT is great, but I need the same thing with env var expansion. Or even one that... works with emoji/unicode?
View ArticleTrouble with PEE
I'm trying to run the below cdd e:\FILE_TRIM & & touch/c e:\CL > nul & PEE "dir/s1/a-d/b .\.* >> e:\CL" "type e:\CL" It hangs after type e:\CL. Pressing CTRL-C exits bach to take...
View Article[v33.00.16] TCMD german tab menu entry "missing"
In [v33.00.16] of TCMD I discovered the following "missing" german tab menu entry:
View ArticleHelp nit: no wheel or keystrokes when the help first opens
When I issue "help" or press F1, the help opens and becomes the foreground window but it does not accept keystrokes or wheel actions. I must click in the help before I can scroll it.
View ArticleTCC becomes white with no screen updates, but still responsive, after...
If you have multiple monitors, and drag a TCC tab out of one windows terminal window on one screen, towards the other.... and stop before you successfully dock TCC turns all white. the shell is still...
View Article[v33.00.16] help command with no recognized string does crash script engine...
If I type - for example - the following: help bla it opens this way: ... after if I type a search term, the script engine crashes:
View ArticleTCEdit Save as HTML
The "Save to HTML" option in the File menu of TCEdit does indeed save the file to HTML. It would be even better if it would save the file to HTML with the font, font size, font color, that was used in...
View ArticleRecursivly delete empty folders
Pieced this together as I was looking to clean up. alias CleanDirs = del /s/e/x/y /nest THISISJUSTAPLACEHOLDER.NOTAREALFILENAME Hope it makes it into the Google Search machine and helps someone else!...
View ArticleInteresting Aliases
As I mentioned Here, there are a lot of interesting, non-system specific aliases that power users have. Think it would be great to start a thread asking folks to post theirs - as text and not image...
View Article