SemWare Editor is now Freeware
SemWare Editor is now Freeware, both for the 32-bit Text User Inferface, and the 32-bit GUI Interface. The version is 4.47 September 2022. SemWare homepage Joe
View ArticleTCC-RT window closes on launch
I was using TCC LE on my Windows 10 PC and recently reset the PC. After resetting, when I tried to download TCC/LE, I found that there is TCC-RT. I downloaded and installed it. After installing, when I...
View ArticleHow to use %@Expand[] for directories
I'm trying to use %@Expand[] to get alle .svn directories from the current source. The directories are hidden. I tried various combinations of %@Expand[/A:HD /S .svn] but no success. How to do it...
View ArticleDO UNTIL problem
H there seems to be an error with 'gosub' and 'do until' in TCC V31.00.11 x64. The attached file will show the problem. TCC complaines about the syntax when running the script. - Heinz
View ArticleOdd issue - alias and UNC autocomplete slowness
Off the top, I'll mention that "Server completion" is disabled (set to "None") in the options. I'm trying out TCC version 32.10.21 and I have an alias that, for demonstration sake, I simplified to...
View ArticleHow use DIR to find directories
The Help says that FFIND is soon to be deprecated. I've been using FFIND to find files and directories. Apparently, I should use DIR instead. But, I can't get DIR to show a directory unless there is...
View ArticleFSearch speed
If I understand correctly, this FSearch syntax will; /G Change to the directory containing the first matching file (also sets /F and overrides /V) /S Search subdirectories of the specified (or default)...
View ArticleKeep track of file creations/deletions when changing between folders — a...
It looks like below. If you add files or delete files to a folder, it will tell you about the file count increase/decrease when you exit/enter the folder the later. Grab cd-alias.bat from...
View Articlerandomize usb-stick audio for players that won't shuffle
Tired of bluetooth speakers that won't play the contents of a usb stick in shuffle order? Why not prefix each song with a random 4 digit number? fix the problem in TCC by randomizing the filesort via...
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 ArticleTEE to tmp:
My suggestion is to update the TEE command to copy stdin to one of the 10 TMP: pseudo character devices Example: Code: echo %StockTicker,%Rating | tee /a tmp8: Joe
View Articlex64 version crashes on copy for files with compressor extensions
Hello all! I use Version TCC LE 14.00.9 x64 Windows 10 [Version 6.3.22631] (no problems with the 32bit version!) OS is 64bit Edition Windows 11 Enterprise Version 23H2 Installed on 2024-04-18 OS...
View ArticleSimple way to search subdirectories for files and directories
Suggestion: I want to search the current directory and its subdirectories for a file or a directory or either (so support /a switch). I want to be able to include * in the file/directory name. For a...
View ArticleINTERNAL Command anomaly
Code: _x64: 1 _admin: 1 _elevated: 1 TCC 32.10.21 x64 Windows 10 [Version 10.0.19045.4529] BuildNumber Caption CSDVersion OSArchitecture Version 19045 Microsoft Windows 10 Pro 64-bit 10.0.19045 22H2 I...
View ArticleHelp Update for INTERNAL command
Please update the help for the INTERNAL command, indicating that it does not honour variable expansion. Joe
View ArticleINTERNAL command should also expand variables
It would be good if the INTERNAL command could also expand variables.
View ArticleCan't start IDE / Bdebugger
Using TCC 32.10, I've been going through my collection of old 4DOS .BTM files to see if any are useful. One I tried wasn't doing what I expected (not surprising as it was written for 4DOS 5), so I...
View ArticleWhat are these registry keys?
I have 106 registry keys like this one. Does anyone know what they are?
View ArticleACTIVATE and WINDOW: add a CENTER verb
... to center the window on the primary monitor. This can be done now with the POS= verb plus @WINSIZE, @WINMETRICS, and some tedious arithmetic; but a CENTER verb would simplify the process considerably.
View Articleenvironment variable syntax
I know I must be missing something here but why does echo %programfiles(x86) show c::\program files(x86) but if I set set foo(bar)=1 echo %foo(bar) show (bar)
View Article