CMDDebug - TCC unknown command
hi all, Im using CMDDebug v28 on winx10x64, -open application -paste my batch code -press run -advice me to save a file (no idea what is this) -press run again ++ at TCC Windows CMD Prompt Shell...
View ArticleFreeDOS
I haven't tried FreeDOS. Be aware that there is a warning that the installation can wipe out (replace) the installed O/S, so the user should install it on a virtual drive (or a separate drive)....
View ArticleCOMMAND.COM IS 40 YEARS OLD
Checked just out of curiosity. command.com first came out in 1980, so it's 40 years old. If Microsoft had continued ACTIVE development for FORTY YEARS--TCMD is what it would look like today.
View ArticleSHORTCUT suggestions
1. If the target command does not contain any of : / \ or %, and does not exist in the current directory, do a %path% search for it. For example: Code: shortcut notepad.exe "" "" ""...
View Articleupgrade query
I use the following code snippet to check for a TCMD update. Code: rem COMMENT rem Check for TCMD / TCC updates...... set nDays=%@iniread[%@path[%ComSpec%]updater.ini,General,CheckFrequency] rem check...
View ArticleTake Command 28: Lua reports version 5.4.0 (5.4.3 expected) [SOLVED]
Take Command 28 release notes say that LUA was updated to version 5.4.3. However, the internal lua command seem to report version 5.4.0. > which lua lua is an internal command > lua Lua 5.4.0...
View ArticleFind the Last Modified Date/Time of a file via download link
Code: _x64: 1 _admin: 1 _elevated: 1 TCC 28.01.14 x64 Windows 10 [Version 10.0.19043.1288] Here's an alias that allows one to find the last modified date/time of a file on a website; Code:...
View ArticleSCRIPT makes TCC disappear.
This script works (to get the timestamp of https://jpsoft.com/downloads/v28/tcmd.exe). Code: v:\> ifiletime.vbs Sun, 21 Nov 2021 20:18:22 GMT Both of these make TCC disappear (at least back to v24)....
View ArticleTypo in tcmdupdate.aiu
Below, the second line seems to be missing a ']'. Code: AutoCloseApplication = [APPDIR]tcc.exe|;;NoRestart AutoCloseApplication1 = [APPDIRtcmd.exe|;;NoRestart
View ArticleTCC suddenly crashing (not TCC's fault)
I had Symantec Endpoint Protection and Deep Instinct installed, and we were told that we could improve our system performance and still be using company-approved tools by having those two uninstalled...
View ArticleFunction @timer[] does not work as required
Hello, the following batch file should count up the seconds from 1 to 5. This worked fine with TCC version 13. Code: @echo off *setlocal *unalias * cls echo. timer /1 on echo. do 5 delay 1 echo...
View Article(Internal) support for CPython v3.10?
I tried - feew weeks ago - something with (internal) CPython support and CPython v3.10 ... TCC v28.x crashed ... No surprise because (internal) supporte is till v3.9 only ... Can I/we expect that...
View ArticleDebugging .btm with >3 arguments fails on step.
Code: C:\batch]type foo.btm @ echo off do until (%1) == () echo parm is %1 shift enddo echo at end Code: [C:\batch]foo one two three four five parm is one parm is two parm is three parm is four parm...
View Articleblank line in copy ... results
The TCMD.txt is a select all / copy from TCMD. The MyBTM.btm is the file I ran to get the TCMD.txt, /What causes the blank line here? Seems to be an error? Code:...
View ArticlePSHELL not working in TCC 26
Cant get Pshell or @pshell to work... I suspect a path error, but it looks correct to me. I always get the following message: pshell /s "d:\utils\Toast.ps1" (I've tried with and without the double...
View ArticlePSHELL changes directory
When there is no persistent PowerShell interpreter PSHELL changes the current working directory to %SYSTEMROOT\System32. It does not do this if a persistent PowerShell interpreter is running, Code:...
View ArticleHave 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 Articleproper function....
With a lower[] and upper[] function already existing, adda a proper[] that would take care of McCarthy and similar. McWhatever MacWhatever not sure what other examples would be....
View ArticleCan you set an image file 'tag' with TCC/4NT?
I'd like to bulk tag some image files. I know Windows can do it but it's about 4 clicks each, and for me computers should automate stuff... :) Any advice gratefully received
View ArticleChange Default Prompt
I know that in Windows itself you can change the default command prompt so when you execute prompt from the command line you get your own default prompt instead of the default $p$g, However I haven't...
View Article