ANSI escape sequences in PROMPT
Hello I have a prompt $e[91m$p$g$e[0m statement in my 4start.btm file, to render the prompt in red so that it acts as a sort of visual delimiter between each command's output. This works as expected...
View ArticleWhy does TCC tell me TakeCommand is not loaded?
Consider the following contents of my ForEachSubfolder.bat batch file: @echo off pushd for /d %%d in (.) do ( echo Changing to: %%d cd "%%d" rem echo %cd% %* cd .. ) popd Click to expand... I use that...
View Article@BUSTYPE and @MEDIATYPE don't like my drive U:
Code: C:\>ver TCC 33.00.9 x64 Windows 11 [Version 10.0.22621.4169] C:\>echo %@bustype[c:] 8 C:\>echo %@mediatype[c:] 4 C:\>echo %@bustype[u:] TCC: (Sys) The parameter is incorrect....
View ArticleOpen GitHub as VS Code Web
When you are in your GitHub repository, press the . key This will switch you to VS Code Web. Joe
View ArticleZIP Copy is destroyed
When i copy ZIP Files with combinated Copy Parameter is the Targetfile deytroyed. COPY /T /A:-D Original.zip Duplicate.zip = OK, but COPY /TA:-D Original.zip Duplicate.zip = NOK !
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 Article@SELECT gives unexpected results
I use the @SELECT function for menus. The window length parameter has no specified result. set opts=%@SELECT[%prol\optiuni.lst,1,12,20,38,OPTIUNI] - I should get a window length of 19 lines. But the...
View ArticleLicense portable version of TCMDebug
Please could you provide further details on how to install and register a portable version of TCMDebug I have performed the following: Uninstall previous trial version from PC (Windows 11) Install on...
View ArticleInstall TCMDebug license with no internet connectivity
How do I license a machine which has no internet connectivity? I have tried the following: From Registration box click Request Manual Key This opens internet explorer - copy and paste the address to a...
View Articlein titleprompt specify username as local or domain
if in titleprompt I use $u, it shows the username, without specify if it is local or of the domain. Thank You and regards Rodolfo Giovanninetti
View ArticleEyeburn Color Schemes
In regards to the Eyeburn plugin; If anyone has a color scheme that emulates standard PowerShell, please post your settings. The plugin comes with 12 color schemes, so if you have created your own...
View ArticleBatchLine and app switching
I'm using; Code: U:\>plugin /i batchline Module: U:\BatchLine.dll Name: BatchLine Author: Charles Dye Email: cdye@unm.edu Web: https://charlesdye.net/plugins/batchline.html Description: BatchLine...
View ArticleTest thread with embedded code
Trying to reproduce a forum bug report: Code: %num_seconds% by 1
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 ArticleAllow signed numbers to be read with @BPEEK
It would be nice if one could read a signed number using @BPEEK. Let's say that a @BPEEK call SET X=%@BPEEK[%BH,%offset,1] If the byte was intended to contain the number -2, in this case X would be...
View ArticleVince Fatica how about reenabling @FILEREADI ?
Vince, I've been using your 4UTILS plugin relying on @FILEREADI, @FILEREADX, INC, DEC, and some other functions and commands which are not included the latest version of 4UTILS.DLL that is on your...
View ArticleNaming the plugin when calling an exported @FUNCTION
After changing the file name and the internal name and loading both plugin DLLs, I have this. Code: v:\> plugin | grep 4.TILS 4UTILS: @AVG @BERNOULLI @BINOMIAL @CIDRTOIP @CKSUMF @CLOCK @CYCLIC...
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 ArticleTCC seems to only be running DOS commands, but not TCC commands (similar...
Hello, I'm back again with a similar, but not identical issue on a colleagues PC, reference this thread: (Solved) TCC seems to only be running DOS commands, but not TCC commands assoc.btm outputs the...
View Article