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

Filename Specification in GOSUB Command

The GOSUB command is supposed to support an optional filename to indicate that the subroutine is to be found in another file. In my experience, the filename specification is not properly parsed....

View Article


Image may be NSFW.
Clik here to view.

[v33.00.16] help command with no recognized string does crash script engine...

If I type - for example - the following: help bla it opens this way: ... after if I type a search term, the script engine crashes:

View Article


HELP VARNAMES Does Not Work

The command help varnames used to open to page listing "Variables by Name". Now it produces a strange message. [TCC33.00.20 | C:\commands\bat] >*help varnames List the environment variable names;...

View Article

@EXECSTR and {}

Other than the "What's New in Version 29" section of the help file, I can find no other mention of the following; Code: You can return the string result of a command with %{command}. This is the same...

View Article

Plugins: respect negative return from _VARIABLE (as for f_FUNCTION) ...

... and abort the command. If that's impossible or hard (or I'm not seeing all the consequences), it's no big deal. I've worked around it by doing Code: psz[0] = UNICODE_NULL; // psz is _VARIABLE's...

View Article


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

Image may be NSFW.
Clik here to view.

Improvements to the SDK

The x62/release version doesn't have a DEF file specified. And both release and debug refer to a library that we probably don't have.

View Article

Modification to EMAIL Function

The current version of the EMAIL function does not accept addresses with uppercase letters. I frequently write addresses with uppercase letters to make them easier to read (e.g.,...

View Article


INCLUDE Command for Including Batch Code

I think it would be useful to have a command (e.g., INCLUDE) to read the contents of a specified file (using full TCC syntax, of course) into a batch file. This would allow one to have code that is...

View Article


Issue with "Plugin.vcxproj"

I downloaded the latest SDK (from https://jpsoft.com/downloads/sdk/sdk.zip) trying to use the built x64\Release\Plugin.dll for anything. It does not work since all public functions are exported with...

View Article

Question re. TCCLE, TCC and Snapdragon chips

I've been using TCCLE for years, and depend on all the BTM files I've created. I recently bought a new Samsung laptop (Galaxy Book 4) that uses a Snapdragon processor, TCC didn't work, and I called up...

View Article

How big is the buffer provided to _VARIABLE?

How big is the buffer provided to _VARIABLE?

View Article

V 32.10 ide.exe & tcmd.exe only start very randomly

I'd appreciate some assistance on this please. (Moved from original 'add-on'.) V 32.10 ide.exe & tcmd.exe only start very randomly, (sometimes as bad as 1 in 10 attempts) tcc.exe starts every time....

View Article


Is there any way to integrate zoxide with TCC as it works with Bash, Zsh, etc?

One of the "holes" in my Windows terminal experience is the place occupied by zoxide, a fabulous directory changing utility I use regularly on Linux and macOS. I can get it working just fine with...

View Article

Using jscript9 instead of jscript

ver.js Code: WScript.Echo( ScriptEngineMajorVersion() + "." + ScriptEngineMinorVersion() + "." + ScriptEngineBuildVersion()); Normally, cscript.exe uses the jscript.dll by default. In order to use the...

View Article


TCMD themes - any additional ones available?

I've been looking through the available Themes that are built into TCMD, and I really like the detail that JPSoft has put into making them really look professional. Thank you for that special touch!...

View Article

TCC Version Number?

Website says 33.0 build 19 Running TCC the "ver" command reports 33.0 build 20.

View Article


help me understand?

I spent 30 minutes trying to figure out why this situation was failing ONLY for files who’s last character was a space [don’t ask] prior to their extension.... It all came down to ......

View Article

Escape all plus signs in a 3rd party batch file

I have a .bat file, written by a 3rd party. It's meant for plain cmd and it uses lots of plus signs "+". Seems that in TCC "+" is a special char, that needs to be escaped ("^" or "&"). Is there a...

View Article

TEXTUTILS plugin .chm file

Charles Dye, TextUtils.chm from version 0.85.2 does not work correctly. It shows no text for the details of commands and functions. I overwrote this file with the .chm file from textutils v 0.85.1 and,...

View Article
Browsing all 1714 articles
Browse latest View live