Copy command in BTM file fails occasionally
I have a simple BTM file to copy two Outlook '.ost' files to a backup folder - an excerpt of the file is shown below. Sometimes it runs fine, at other times, it only copies one of the two '.ost' files....
View ArticleUsing Pointers in a .NET plugin
I've been learning about how to use pointers in .NET code. Using pointers (part of standard C) in .NET code is known as unsafe code. Unsafe code in C# allows direct memory manipulation using pointers,...
View Article.exe files from compiled with some compilers do not start from the tcc...
Hello, Is this maybe some known issue? 1. Compiled with Borland C++ e-bor.exe = starts foobar.exe in JPSoft tcc.exe? YES 2. Compiled wit CLang version 19 e-clang.exe = starts foobar.exe in JPSoft...
View ArticleIssue with "npm help"
The npm.cmd command is part of Node Package Manager and Node 24.3.0; A generated file on PATH: Code: @ECHO off GOTO start :find_dp0 SET dp0=%~dp0 EXIT /b :start SETLOCAL CALL :find_dp0 IF EXIST...
View ArticleIn TCEdit, make Block comments the same colour as single line comments
In TCEdit, single line comments are green. It would be great if block comments could also be green in colour, instead of white in colour. Joe
View ArticleTCC "time /s" disables token privileges
Hi, This has been tested with TCC 36.52.88. In TCC executing the internal TIME /S command changes the enabled state of privileges in the TCC process token. Before executing TIME /S, whoami /priv...
View ArticleTC Pseudoconsole
Hello, I just tried to download&run take command, but the window was all white and didn't graphically update. I discovered the Options->Take Command->Advanced->Pseudoconsoles option and...
View ArticleProblems displaying UTF8 characters in tcc 32
I have a small program written in Go, that needs to display matrices. On linux in bash, the special characters display as large matrix brackets. And on Win 11, stand-alone (detached) cmd.exe, these...
View ArticleTCC takes exactly one minute to open (with a licence)
Approx 3 - 6 months ago, I've updated TCC from TCC22 to TCC/34/35/36 (due to continued development). I've now applied the latest version of TCC: 36.52.88 When I open TCC it takes exactly one minute to...
View ArticlePShell and In-Process Pipes
From a freshly started stand-alone TCC 36.52.88 x64 in Windows 10 [Version 10.0.19045.7663] Chomp is contained in my PowerShell 5.1 profile; Code: E:\Utils>pshell /s $Profile...
View ArticleLIBRARY /N but from a specifc LIBRARY
I have several library files; Code: C:\...\library>dir /b astronomy.library bookmarks.library calc.library cmdx.library datesubs.library dbf.library fb.library hb.library myhelp.library...
View ArticleConvert Clipboard contents to a continuous string
If the Windows clipboard contains x number of lines of text, Clip2String.ps1 will convert the lines of text on the clipboard to a continuous string Code: R:\>echo Line1^nLine2^nLine3 > clip:...
View ArticleGet-Clipboard returns $null causing problems with PShell
This works from PowerShell 5.1 Code: PS R:\temp> get-content function:tcc & "C:\Program Files\JPSoft\TCMD36\tcc.exe" /I /Q /C $args PS R:\temp> PS R:\temp> tcc "echo Line1^nLine2^nLine3...
View ArticleTT (TimeTrials ) command
Just used the TT command to test my C#Run library command. Code: tt c#run os.cs Output: Code: Run # 1 of 10: Time = 00:01.469 rv = 0 Run # 2 of 10: Time = 00:00.124 rv = 0 Run # 3 of 10: Time =...
View ArticleC# Run
The C#Run library function will compile a C# .NET Framework 4.8 .cs file, and then execute the compiled .exe file. This is configured to run on my system, so you will have to make changes in order for...
View ArticleLoading a non 64-bit PLUGIN .dll
When I accidentally attempt to load a non 64-bit PLUGIN .dll using the PLUGIN /L command in TCC, that is, I accidentally attempt to load a 32-bit PLUGIN .dll, I receive the following error message;...
View ArticleLIST incorrectly restores colors after exit
I'm using 36.52.88, with color scheme Tango Light (i.e. dark text on a light background). Whenever I view a file with LIST, and exit the LIST session, the text color gets restored incorrectly to a very...
View ArticleAfter updating with the same newest installer v36.52.88 to activate...
Before I had no more selected EVERYTHING while installing TCMD updates (had not activated EVERYTHING). Today I decided to activate and install EVERYTHING again. So I reinstalled TCMD with the same...
View ArticleWhen asking a question in the Support Forum
When people post problems/questions in the Support Forum, the first reply is usually... Is this in a Take Command tab window, a Windows Terminal tab window, or a TCC stand-alone console window? What...
View ArticleBatch Arguments %$ and %*
There are crucial differences between %$ and %*. In a batch script, the former treats commas as argument separators and %$ then produces a list of the arguments with a single space separating them (no...
View Article