TCEdit Save as HTML
The "Save to HTML" option in the File menu of TCEdit does indeed save the file to HTML. It would be even better if it would save the file to HTML with the font, font size, font color, that was used in...
View Article%$ Not retaining equal sign
Hello everyone, Some time ago I wrote a small batch file that could be used to parse command line options and parameters. I use it daily and it works great. I used the ":" to provide a value to a...
View Articledir /32 and VIEW
The /32 option for dir works great in TCC34... Code: E:\Utils>dir w*.exe /32 Volume in drive E is New Volume Serial number is 2d3e:6e62 Directory of E:\Utils\w*.exe 2016-09-09 1:41 14,336...
View ArticleAllow FSEARCH to Search Pseudofiles
I would like to request that the ability be added to the FSEARCH command to work with the pseudofiles TMP#: and CLIP#:. I was writing code to see if folder monitoring was in effect for a specific...
View ArticleVersion 34: INPUT /C Throws an Error When Used Alone
Code: >inkey /c Usage : INKEY [/C /D /K"keys" /M /P /Wn /X] [prompt ] %%varname
View ArticleCompound Commands Not Expanded Properly with FOLDERMONITOR
The material below was written but could not be sent because the forum software went down. It shows the stream of experiments I did to try to figure out what was going on. The final answer is that...
View ArticleFOLDERMONITOR /W Option
The help for the FOLDERMONITOR command says that the "/Wn" option waits "n milliseconds". I put in "/w500", and the command never ran (for as long as I was willing to wait). At first I thought that...
View ArticleTCEDIT questions
Why does TCEDIT have a horizontal scroll bar when no lines need scrolling? If I'm editing a file in TCEDIT, can I, at the command line, cause another file to open in the same TCEDIT?
View ArticleHELP VARNAMES Does Not Work
The command help varnames used to open to page listing "Variables by Name". Now it produces a strange message. [TCC33.00.20 | C:\commands\bat] >*help varnames List the environment variable names;...
View ArticleWildcard Display of Alias Definitions
I have encountered problems when trying to display all matching alias definitions using '' when one of the aliases has '' in its name. For example, consider the following aliases zz=zza zz*a=echo this...
View ArticleTake Command / TCC / CMDebug / TCC-RT v34.0.13 Public Beta Uploaded
I have uploaded build 13 of the v34 public beta to the website. The SANDBOX command has been removed from v34 because of some incompatibilities / inconsistencies between Windows 10 and Windows 11.
View ArticleSuggestions for FSEARCH Documentation
I think that it is not clear that without the /V option, not only does the command display only the first match, it doesn't even look for all the matches. If one wants the variable _fsearch_matches to...
View ArticleWHICH Documentation
In the "Note", the help has: (including variable and function references as in "which %comspec") That example, which %comspec, doesn't work. The which command seems not to work with "System Variables"...
View ArticlePassing Back Variables from Pipes
I thought of this when experimenting with the new ability of FSEARCH to accept piped input. When used with a standard pipe, FSEARCH's system variables (e.g., _fsearch_matches) are not available after...
View ArticleWorking example of SANDBOX
A working example of an application running in a SANDBOX app container would be appreciated. An example of what I have tried... Code: U:\>SANDBOX /V /A /D"r:\" c:\windows\system32\notepad.exe ERROR:...
View ArticleAnother weird issue, this time with Neovim and the Flog plugin
I increasingly use Neovim constantly. I'm fighting even now not to gush about it as an editor. As with so many things, I need to use it across Linux, macOS, and Windows (ick). And on Windows, my...
View ArticleQuestion About %$ Alias and Batch Parameter
I don't remember noticing this before. In aliases, %$ returns the entire command tail as entered" Code: TCC(33.00.20): C:\commands\bat>alias zz echo Command Tail: %$ TCC(33.00.20):...
View Article@SELECT or something else
I have a text file with 15 lines and 83 columns. How should I proceed to open a selection window for only 25 columns. But with all 15 rows. I used @select as a popup window, but regardless of the...
View Articlecan somebody please explain how this is not a bug? what am i missing?
First off: Why is the second loop's first value 4 and not 1? Why is it not re-initialized as part of the do? Second off: Why is enddo an unknown command? I literally copied the same code If I change...
View Article@network functions
I have a network consisting of 2 workstations and a server. The server has the Windows server 2019 operating system and also has Microsoft SQL Server 2017 with 2 instances. No domain is defined, only...
View Article