SOLVED! Emoji flipping & coloring - rainbow trumpets facing both directions!
So, I'm trying to learn how to flip emoji. I was provided a solution for PowerShell that I can't quite get working in TCC. The code is: Code: printf '\eP0;8;1;10;0;2;20;0{...
View ArticleLabels in batch files: TCC vs CMD.exe
The following batch file is runned differently by TCC and CMD: @echo off if not exist readme.txt ( :echo This is a comment echo readme.txt does not exist ) TCC silently ignores the "echo readme.txt...
View ArticleHovering on a forum user's name?
It used to be that if you hovered on a forum user's name you got a brief popup blurb (last seen ...). That stopped working recently. Then, yesterday, it worked again. Today its not working again. When...
View ArticleForum style Fluent v2: switching to night does not work
For the forum style Fluent v2, the switching button to day mode does work but to night mode does not work.
View ArticleUnable to register installation
I cannot register my v27 of Take Command. It says it already has too many registrations. There is only one -- mine, and a single laptop. I have had system issues and have had to uninstall / reinstall,...
View Article_STARTPID when START fails
This seems wrong. Code: v:\> start /c & echo %_startpid 8636 v:\> start foo & echo %_startpid TCC: (Sys) The system cannot find the file specified. "foo" 8636 Can _STARTPID be given a...
View Article_DO_FILES not reset
This tells me there are 181 files in v:\. Code: v:\> do f in /a:-d * ( echo foo > NUL) & echo %_do_files 181 V:\num is empty, but Code: v:\num> do f in /a:-d * ( echo foo > NUL) &...
View ArticleZZ_Move.btrm - SETDOS / and fixnames plugin
I have a zz_done.txt - a list of files, uin the attached 7z file The included BTM is not processing the first file listed. I do not if I need to use fixnames plugin or is I need to modify the SETDOS ?...
View Article@TMP not returning contents
Code: _x64: 1 _admin: 1 _elevated: 1 TCC 31.01.19 x64 Windows 10 [Version 10.0.19045.3930] BuildNumber Caption CSDVersion OSArchitecture Version 19045 Microsoft Windows 10 Pro 64-bit 10.0.19045 22H2...
View ArticleDO varname IN @TMP:
The help says that DO varname IN only works with @CLIP:, not @TMP: DO command - Create loops in Windows batch files DO varname IN @file executes the commands between DO and ENDDO once for every line in...
View ArticleWhat are the name and the address of Your update server?
I am using TCC 31 build 19 on my Windows 10 English. If I run option and then I check for updates, I get the error that You can see here. What is the name and the address of Your updates server? I ask...
View ArticleHelp: the backward/forward arrows?
These arrows In TCC I issue help echo. The help opens and goes to the ECHO page. Leaving the help alone, I re-activate the TCC window and issue help type. The help switches to the TYPE page. Back to...
View ArticleWeb store update
Please be advised that FastSpring, our e-commerce partner, will be performing a scheduled maintenance for an infrastructure upgrade that will require a brief interruption of the services on the...
View ArticleTake Command / TCC / CMDebug / TCC-RT 31.01.20 Released
v31 build 20 has been uploaded to the web site. 31.01.20 Help file updates 31.01.20 TCC - Fixed some issues with the crypto library 31.01.20 TCEDIT - Fixed some problems when combining startup options...
View ArticleDebug info in the local help?
Is this WAD? Can I turn it off? Here's the bottom portion of the Overview page.
View ArticleColorize FFIND keyword results
Swiss File Knife allows the search of select files for select text. For example; Code: sfk xfind -dir %_cwd -file *.btm !*.bak -text "/chronic/" returns; Note that I searched for the text chronic which...
View Articleerror installing new build of v31
I have the problem installing v31 b22, please see attahed log....
View Article[v31.01.15] MOVE /R: quick help (MOVE /?) is incorrect
The quick help for "MOVE /R" switch seems not correct - at least in german language, see here: Code: Dateien in andere Verzeichnisse (und Laufwerke) verlagern. MOVE [/A:[[-][+]rhsdaecjot] /BCDEGH...
View ArticleIssue with "echos"
I compiled and linked a program called echos.exe from this SwsSock package: https://www.softsystem.co.uk/products/swssock.htm But trying to run it by echos.exe -h did not work since the internal TCC...
View ArticleV31 running DevStudio post-build event?
I have this command line for my "4UTILS" project's post-build event. Code: d:\tc31\tcc.exe /c u:\postbuild.btm $(TargetPath) The first few lines of u:\postbuild.btm (with some debug ECHOs) are Code:...
View Article