Have TCMD/TCC support registered version of V
For people that have paid the $20.00 USD to register the V File Viewer, have TCMD/TCC use that version, instead of the non-registered and reduced version that comes with TCMD/TCC. Joe
View ArticleIs there any way to open the Take Command options dialog from the command line?
I often use the OPTION command to open the TCC options dialog for new tabs, but is there any way to open the TakeCommand options dialog from the command line as well? It's the one that you get when you...
View ArticleParsing an array variable to an array does not work
I have array m filled with many rows in 2 columns. I want to compare a string with the content of each row in the first column. That works without any problem. I build a DO-loop to increment the row...
View Articlev28 Cosmetic Bug
Re-installed Windows. Re-installed TCC v28 (28.00.11 x64) and it created a shortcut in my Start Menu that says TCC v27.
View ArticleColour Attributes
Trying to find a way to pick up a colour attribute from the tcc console screen example; (A)pple A is green; pple is red; I want to automatically pick up the colour of A (green) (B)anana B is yellow;...
View ArticleQuick Search in eWriter Help
In the new eWriter Help, what are the shortcut keys, specifically, the shortcut key to get me to the "Quick Search" text box? Joe
View ArticleFavorites in eWriter Help
Hi, Is there a way to create a favorites list, like I used to do in the "obsolete CHM Help" versions of previous releases? Joe
View ArticleANSI, PROMPT ... ???
I start TCC from Wim+R. I see/do this. In the TCMD thats started, I see/do Why don't I see a green prompt? If I then detach the console, I see the expected green, but the fonts have turned bold! If I...
View ArticleANSI???
I start TCC from Win+R. I see/do In the TCMD that's started, I see/do Why don't I see a green prompt?
View ArticleSearch for %(command) in Help?
I cannot format a help search that looks for %(command), %((...)) or even the expression "Numeric variable expressions". The parentheses and the percents get removed from the search. I tried both ^ and...
View ArticleACQUIRE and @ifilesize
Hey @Charles Dye; I tried using the @ifilesize function from the ACQUIRE plugin, but it returns; Code: e:\utils>echo %@ifilesize[https://jpsoft.com/downloads/v28/tcmd.exe] TCC: (WININET) The URL is...
View ArticleDoing simple math from the command line (like PowerShell)
I like the way that one can do simple math from the PowerShell command line, example; Code: PS E:\utils> 52*4 208 Using the following alias; Code: e:\utils>alias unknown_cmd echo...
View Articlev26 exception log gone crazy
I knew nothing of this until Windows popped up a low disk space warning. Code: c:\programdata\jp software\take command 26> d t* 2021-08-14 12:09 422,797,849,306 tcc.exception.log The logging started...
View ArticleQuestions about aliases.
Below, (a) why isn't the redirection set up before %$ is assigned (as is the case with batch files)? and (b) why is test_alias unknown when I put the redirection first? Is there a way to avoid either...
View ArticleFunction parameters
"Batch File Parameters" says [/quote]For aliases and functions, a forward slash (/) triggers the beginning of a new parameter,[/quote] That's not true for functions.
View ArticleParameter %$ Different in Aliases and BTMa
Is this WAD? With aliases, the parameter %$ is passed exactly as is. In a batch file, however, some processing is done. In particular, commas become spaces. Code: TCC(27.01.24): C:\temp>alias...
View ArticleCannot step into and/or call another .bat file when debugging .bat file
I'm debugging a .bat file and there is a line like the following: Code: call scripts\some_other_script.bat But, when I try to step into that script (F11 key) there is a message in the cmd window that...
View ArticleShutdownPlugin not called when I X the console? (just curious)
The short question is "Is that WAD?". Here's why I ask. I'm reworking an old plugin (4AUTOTRAY). In the new version, the tray icon is always present and the left-click behavior and right-click menu...
View Article4AUTOTRAY64
Does anyone (still) use 4AUTOTRAY? Anyway, I looked at it for the first time in many years and revamped it. It's at ftp://vefatica.net/4plugins/x64/4autotray64-new.zip. Here's a bit about the new one....
View Article4CONSOLE
Does anyone still use the 4CONSOLE program? Anyway, I've uploaded a new 4CONSOLE64.ZIP to ftp://vefatica.net/4plugins/x64/4console64.zip. There's some new stuff and a few old things have been removed....
View Article