Custom prompt - pretty easy to modify.
It might be too noisy for some, but here's some custom prompt code that helps show OS/Host/Git Context/Error level/Subshell Depth. Preview with commands to display the status bits In tcstart.btm...
View ArticleTCToolBar troubles
Writing the current toolbar defs does not produce the expected file. Regards, DJ
View ArticleCMD incompatibility
TCC 28.01.14 x64 Windows 10 [Version 10.0.19042.1237] TCC Build 14 Windows 10 Build 19042 In the Flutter language (Beautiful native apps in record time) install on Windows, there is a flutter.bat file...
View ArticleFFIELDS from TextUtils
Hey @Charles Dye; I would like to make a suggestion in regards to the FFIELDS command from the TextUtils plugin. If possible, please add an option to separate fields at tabs (that is, @CHAR[9]). I'm...
View ArticlePROPER Case Function
Here's a function that will convert an upper, lower, or mixed-case string to proper case; Code: proper=%@pshell[(Get-Culture).TextInfo.ToTitleCase("%$".ToLower())] Proof; Code: e:\utils>echo...
View Articleequivalent to TCSTART.btm for TCMD?
I use tcc.exe about 99.99% of the time. But for the infrequent time when I want to start up TCMD, I noticed that it doesn't seem to run my TCSTART.btm file like a TCC window does. Is this expected? If...
View ArticleWebHelp lands at version 26
Now that we have a new help-system, will the WebHelp directive be removed? Regards, DJ.
View ArticleTCToolBar /W Issue
The Docs says /WSave the current toolbar to the specified file. but no file was generated. Am doing something wrong? Thanks
View ArticleSpurious errors (triggered by "for" construct?) when adding/removing "echo"...
Synopsis: echo statements are inconsistently generating apparently unrelated errors. Spoiler: problem goes away when I replace the for () construct in the following code chunk with a do/enddo...
View ArticleVersion 28 LIBRARY changes have side effects
/R has been modified to qualify function names with the name of the library. /F now lists the functions with their qualified names. If you have a cycle where you compose your library with several...
View ArticleSetting the default value with @REGSET?
If I use %@regset[hive\key\subkey\,REG_SZ,foo] will it set the default value? If not, how do I do it? If so, it should be mentioned in @REGSET's help.
View ArticleFFIND and code page?
Among other things, TYPE wmips.btm gives this line (which looks as desired). Code: :: rewrite YYYYMMDDHHMMSS.mmmmmm±ZZZ Among other things FFIND /s /t"write" *.btm gives this (which doesn't look as...
View ArticleHow to remove the record of the old version of the Take Command?
Looking through the programs list in the Windows Control Panel I see 2 records of Take Command: while only Take Command v 28.1.14.0 is in fact installed on the system. How to accurately remove the...
View ArticleTCMD /X option
The help text says that TCMD.XML should be in the same dir as TMCD.INI. It is unclear who / what writes the initial version. I have never succeeded in generating one? What happens if you use a...
View Article@XMLXPATH not working in v28
I have a sample file source.xml: XML: <?xml version="1.0" encoding="UTF-8"?> <Instructors> <Instructor Dept_ID="123"> <Name First="John" Last="Doe">Doe, John</Name>...
View ArticleShould I delete PLUGININFO::pszFunctions?
There's a discussion in the support forum about crash reports. I noted that I get crash reports randomly (and seldom) when TCC unloads my plugins. When I look at the plugins involved (back to the...
View ArticleTCC startup: /IP not honored after /K
If I start %comspec /ip plugins are not loaded. If I start %comspec /k /ip plugins are loaded. What's going on there?
View ArticleCrash dumps
I recently noticed several TCMD crash dumps in %localappdata%\crashdumps and I don't know how to report them. There is no visible error message, just the dump file. May be occurring from a session run...
View ArticleLEAVE in a DO /S fileset loop only leaves one subdirectory
According to the documentation, "LEAVE exits from the current DO loop and continues with the command following its ENDDO." However, these commands: Code: do file in /d"d:\" /a:-d /s "*" echo file is...
View ArticleDO statement reversed sort order seems not to work
I store backups of critical files in a given directory. Each backup produces a unique subdirectory of that directory. For a potential restore, I want to find the most recent file with a given name in...
View Article