Quantcast
Channel: Take Command / TCC
Browsing all 1677 articles
Browse latest View live
↧

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 Article


Labels 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 Article


Hovering 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 Article

Image may be NSFW.
Clik here to view.

Forum 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 Article

Unable 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 Article

ZZ_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 Article


DO 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 Article

Image may be NSFW.
Clik here to view.

What 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 Article

Image may be NSFW.
Clik here to view.

Help: 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 Article

Web 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 Article


Take 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 Article

Image may be NSFW.
Clik here to view.

Debug info in the local help?

Is this WAD? Can I turn it off? Here's the bottom portion of the Overview page.

View Article


Image may be NSFW.
Clik here to view.

Colorize 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 Article

error 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 Article

Issue 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 Article

V31 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
Browsing all 1677 articles
Browse latest View live