Directory aliases in PATH
Directory aliases work in PATH. I'm pleasantly surprised. Code: v:\> alias vcbin: "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\bin\Hostx64\x64" v:\> path /n...
View ArticleFunction @FULL Behaving Radically Differently
Many of my scripts use the @FULL function to get fully qualified standard path names for directories and files to pass to programs that do not know about directory aliases. Suddenly they have stopped...
View ArticleEasy way to get the directory where the current TCC.EXE resides?
I'm using %@left[-7,%comspec] but that seems kludgy. I looked for an internal variable and didn't find one.
View ArticleTake Command / TCC / CMDebug / TCC-RT v32.10.21 Uploaded
I have uploaded build 21 to the web site. 32.10.21 TCMD - added dark theme support to the Command Input window 32.10.21 FSEARCH - added support for partial filename searches 32.10.21 ZIP / UNZIP / 7ZIP...
View ArticleHelp nits
TCC (x64) Version 32.10 Build 21 [32.10.21] Microsoft Windows 11 Pro (23H2) [10.0.22631.3447] In TCC > Commands > FSEARCH The description of the /S option refers to FFIND twice, I assume it...
View ArticleSave/Restore "More Commands..." Configuration
Every time there is an update (such as to version 32.10.21 from 32.10.20) all of my custom configurations for the keyboard and quick access bar are lost. Is there something I can do to save them?
View ArticleUnstable Everything (DLL) or TCMD in combination with everything (DLL) since...
It seems I have also problems with Everything (DLL) (maybe similar to the problems from Vince) ... After update (with regular update function of TCMD) to build .21 the Everything GUI was started with...
View ArticleSave To STDOUT from TCEdit
Code: _x64: 1 _admin: 1 _elevated: 1 TCC 32.10.20 x64 Windows 10 [Version 10.0.19045.4291] BuildNumber Caption CSDVersion OSArchitecture Version 19045 Microsoft Windows 10 Pro 64-bit 10.0.19045 Well,...
View ArticleTCMD Command Input?
When I start TCMD (show Command Input configured) it starts looking like this (not docked). If I click or hover over its tab (?) it drops down, partially covering the TCC tab's client area. If I then...
View ArticleSaving TCEdit Settings
I have posted a suggestion for this, but until it is implemented, this is the manual method I am using. Using RegEdit, I export, to a .reg file, the contents of the key; Code:...
View ArticleDetect Windows Terminal
Code: _x64: 1 _admin: 1 _elevated: 1 TCC 26.02.42 x64 Windows 10 [Version 10.0.18363.959] Here's my method of determining if I am running TCC.EXE from Windows Terminal; Code: function...
View ArticleCrash using Ctrl-C
I can work around the problem reported here with some quotes. Code: do x in *.dll (if "%@exec[strings %x | findstr cmd.exe]" == "0" echo **%x) Interrupting that command with Ctrl-C makes TCC crash. I...
View ArticleTCC v32: Parsing IF %@exec[command | command] == 0 ...?
This works in TCC v31. Code: v:\> if %@exec[echo foo | findstr foo] == 0 echo yes foo yes in TCC v32 I get this. Code: v:\> if %@exec[echo foo | findstr foo] == 0 echo yes FINDSTR: Cannot open ==...
View ArticleAppPaths entries can be aliases
I didn't know this but the name of a subkey of "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths" need not be the name of an existing app. There is no VS22.EXE here but there is...
View Articleam i going crazy? WHY CAN'T I PASS %1 SUCCESSFULLY
I passed my first batfile parameter in 1988, why am I failing to do it now? Literally, I am calling my own AskYN.bat file like this (and echo'ing the call to the screen first, just to be sure it's...
View ArticleEmacs editing mode for TCC batch files
I am posting to ask if anyone knows of an editing mode or package for GNU Emacs specifically customized for Take Command batch files and scripts, Emacs comes with a default mode for editing Windows/DOS...
View ArticleTCMD31 in Windows 10 Sandbox
I get the error; Code: PSHELL: The library file is missing or specified functions can't be found. when trying to run PSHELL in TCMD 31 in Windows Sandbox. My .wsb file contains; Code:...
View ArticleCopy poblem
Using TCC LE This is my command line copy /s D:\PortApps\Slimjet\"User Data"\Default\Extensions E:\TEMP\SLIMJET Why is only content of "Extensions" copied, not the folder including content. There used...
View ArticleTCC seems to only be running DOS commands, but not TCC commands
Symptom: A script ending in QUIT will not exit and close the window. The script will run, but at the end, it exits to the command prompt, leaving the window open. Replacing 'QUIT' with 'EXIT' will...
View ArticleLooking for a compare folder tree BTM with optional delete of 2nd folder spec
i assume someone has a simple BTM that does the folowing: [c:\] CmprTree.btm c:\z_pics\ G:\z_pics\ [/d or /dd] it would first check the c: and g: drives were not the same physical drive it would then...
View Article