Unpinned files and pdir
Given Code: function cs-size=`%@if[%1 LT 1024,%1B,%@if[%1 LT 10235,%@eval[%1/1024=2]K,%@if[%1 LT 102349,%@eval[%1/1024=1]K,^ %@if[%1 LT 1048064,%@eval[%1/1024=0]K,%@if[%1 LT...
View ArticleMoving Registration to New Work Laptop
My employer just recently issued me a new laptop, and unfortunately -- once again -- I seem to have gotten things wrong when upgrading from one machine to another. I run v22 on my work laptop, and have...
View Articlewinget --install
What are the two WINGET commands that are often used with each other - one being the SUBJECTed line? Dos tbis also check if I have the current version of the OS? I'd like to stay with Windows 10 as...
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 ArticleSuccession planning for JPSoftware
This is a morbid question for some, but I was wondering what succession plans are in place for JPSoftware in the event of the death of the companies main person. Will the product no longer be...
View ArticleHow to enter TCC 30.01 registration key on win11
Hi- Sorry, this must be a common question, but I didn't find anything on a search here (i tried...) . The instructions say to "menu->help->register" but I can't find anyway to access the "TCC...
View ArticleTake Command / TCC / CMDebug / TCC-RT Version 33.0.16 uploaded
I have uploaded v33 build 16 to the web site. 33.0.16 FSEARCH & SREPLACE - Fixed an RTL problem with UTF8 files 33.0.15 @REPEAT - now allows (useless) 0 count argument 33.0.14 DIRENV - Fixed...
View Articleassoc & ftype
Why does assoc and ftype when issue in cmd.exe have different results from the same commands in tcc?
View Articlebug? Clipboard doesn't support utf-8 ?
I'm just going to assume this isn't a bug and there's a logical explanation i haven't figured out. However, I do think it's quite strange that we can echo :u8 to a file and it outputs to console fine,...
View Articlein titleprompt specify username as local or domain
if in titleprompt I use $u, it shows the username, without specify if it is local or of the domain. Thank You and regards Rodolfo Giovanninetti
View ArticleSearching for xml threads
I'm interested in TCC's XML support, but when I search the forums for "xml" the response is "The search could not be completed because the search keywords were too short, too long, or too common." Is...
View Article%@ReReplace a quote
For the life of me... i can't get %@ReReplace to replace a quote with %27 The quote mark throws it off. Using @CHAR[27] doesn't help. Using setdos /x-7 doesn't help. There just seems to be no way to...
View ArticleAnyone else seeing this?
Whenever I run TCC v33 in a standalone console window, I always get a horizontal scroll bar, because the window is always one column narrower than the buffer: I've tried fiddling the shortcut console...
View ArticleTCC and TCMD colors
I cannot for the life of me find a way to have the backgrounds black. Yea, I know I've played with it over the years, but isn't there a way to get from my blue background to black? I've tried various...
View ArticlePOWERMONITOR ... "name" parameter?
The help for POWERMONITOR mentions the parameter "name" (full pathname of the process to monitor) which doesn't seem appropriate. And that parameter does not appear in the syntax. Is that just a...
View Article@WMI not working inside POWERMONITOR
I have a script which gives the start times of a few services and processes. It's meant to be called when the monitor is turned on (1) or off (0). Without POWERMONITOR it works OK. Code: v:\>...
View ArticlePower down the monitors
I've been doing this for ages in a one-line C program. Code: SendMessage(HWND_BROADCAST, WM_SYSCOMMAND, SC_MONITORPOWER, (LPARAM) 2); You can do the same with TCC's @WINAPI. Mouse\keyboard powers them...
View ArticleProblem with mouse
With the last versions of TCMD 33.00.17 and 33.00.18 I can't use the mouse in TCMD. When I click in the tab the content of the tab becomes plain gray; I can't select text nor double-click. This seems...
View Article%@cursive[] functions for cursive text
½ the fun is making fun of their kerning and lack of ligatures, but I digress. Why have the ability to tap into ? Why not? Seriously though, if you don't colorize the text, it's hard to tell where one...
View ArticleTEE to tmp:
In reference to Done - TEE to tmp: V33 says that TEE can now write to the TMPn: pseudo-devices. Code: E:\Utils>tmp TMP0: TMP1: TMP2: TMP3: TMP4: TMP5: TMP6: TMP7: TMP8: TMP9: E:\Utils>echo %_date...
View Article