Add Subdirectories option to EVERYTHING
Suggestion: EVERYTHING should have an option that works like the FFIND /S option. This can be done now by explicitly giving the path in the EVERYTHING argument, but an option would simplify using this.
View Articlemore command is missing (or not)?
I'm not sure about but I miss the more command. Have no more older versions of TCMD to test it ... So, the following does not (no longer) works: Code: type example.txt | more Is this WAD and what about...
View ArticleIf pathext option is enabled, tcstart does no longer works
Hello If the pathext option is enabled (in options dialog), tcstart does no longer works. I have tcstart.btm as usually in path where tcmd.exe and tcc.exe is. Even with explicite path in for...
View ArticleCan't find ATTRIB.EXE
This is buried in another thread. According to ProcessMonitor, TCC doesn't even look in c:\windows\system32. Code: v:\> echo %@word[";",3,%path] C:\WINDOWS\system32 v:\> which /a attrib attrib is...
View ArticleCOMMENT/ENDCOMMENT doesn't work within a SWITCH statement
TCC (x64) Version 31.00 Build 10 [31.00.10] Microsoft Windows 11 Home (21H2) [10.0.22000.2482] I stumbled on this when debugging a SWITCH statement and I wanted to comment out one of the CASE parts for...
View ArticleSERVICEMONITOR questions
Apparently you can't monitor for two conditions. Code: v:\> servicemonitor Everything started stopped forever v:\load_es.btm Usage : SERVICEMONITOR [/C service] [service STARTED | STOPPED | PAUSED n...
View ArticleTake Command / TCC / CMDebug / TCC-RT v31.0.11 Released
I have uploaded v31.0.11 to the web site. 31.0.11 SWITCH - Now supports COMMENT / ENDCOMMENT blocks 31.0.11 TCC - Added support back in for .COM extensions (Microsoft is mislabeling .EXE files as .COM)...
View ArticleMS-DOS Player for Win32-x64
This is an MS-DOS emulator that runs on Win32-x64 command prompt. 16bit MS-DOS compatible commands can be executed on Win32-x64 envrionment. Last update was May 10, 2020. Tested and works on Windows 10...
View Articlesendmail interrupted?
Code: [C:\Charles Browser Donloads\Davis]sendmail /V "csgalloway@nc.rr.com" Testing This is a test Connecting to mail server. Connected. Disconnected. TCC: Interrupted. Any ideas why it says interrupted?
View ArticleInterrupting do ... (if %@execstr[ ...
This command (below) is a simplification of the actual problem I encountered but it makes the point. The command works, but if I interrupt it (Ctrl-C) TCC terminates (i.e., disappears). There's nothing...
View ArticleDocumentation: Errors in CSV Example
There are two small errors in the CSV example on web page An Introduction to the TCC Command Language and Batch Files pertaining to the statement: set email=%@field[",",3,%record] echo %email (1) To...
View ArticleCharles Dye's plugins have moved
Recent firewall changes (beyond my control) have made prospero.unm.edu inaccessible to 99.999% of humanity. So I have moved my plugins to a new server: Plugins for Take Command Please let me know of...
View ArticleTCMD v24 registration problem
Hi, Long-time user here. I have two copies installed. One on my home PC, one on my work PC. I'm in the process of moving to a new work PC. My typical process in the past has been to install TCMD on the...
View ArticleTCMD 31 installs but doesn't run...
I was a long-time user of 4DOS, 4NT, and 4OS2 and recently decided to try Take Command again, so I paid for and downloaded TCMD 31. It all seemed to install correctly, and TCC runs fine. But when I run...
View ArticleUpdater error
Version 31 updater tries to update TCMD version 30. OPH. 2023-10-19 19:03
View Articleusing version 8.0
I am using a registered version 8.0 but all of a sudden my program gives the message that my verison is out of date It looks like I cannot reenter my registration key Whats going on?
View Articletcc 31 on mac
I've replaced most of my computers with mac machines, but I did not want to lose my use of tcc. I've found that tcc v31 installs just fine on crossover 23 and up, I can run my jpsoft batch files just...
View Articleprintf and %{}
%{} is a shortcut for %@execstr This works; Code: E:\Utils>printf "2023 subtract 1947 is %i\n" %@execstr[expr 2023-1947] 2023 subtract 1947 is 76 ...but this does not... Code: E:\Utils>printf...
View ArticleCan we see NTFS Descriptions in Explorer?
The Help says: NTFS Descriptions : If set, TCC uses the Comments field in the NTFS SummaryInformation stream for each file to hold its description, Click to expand... Does this mean we should be able...
View ArticleFeature request?: only dedupe files of same size
Seriously, if I have a 5 terabyte folder with 0 files of the same size, dedup should take "zero" time. The hashes don't need to be computed for each file. So can we add an option so that it only looks...
View Article