Why am I seeing this title?
I gave the title "foobar" to the START command. And why don't I see TCC's icon?
View ArticleSHORTCUT suggestions
1. If the target command does not contain any of : / \ or %, and does not exist in the current directory, do a %path% search for it. For example: Code: shortcut notepad.exe "" "" ""...
View ArticleFeature Request: TakeCommandConsole as default OpenSSH Shell in Windows10
Currently: CMD, BASH, and PowerShell are supported as "Default Shells" for the Windows 10 OS port of OpenSSH. See: OpenSSH Server Configuration for Windows So, the request is to add in the "plumbing"...
View ArticleTCMD Macro Recorder
I just played with the macro recorder. Can someone give me an example of what it can be used for? I use macros in my text editor to repeat editing steps, but I don't understand what a macro would be...
View ArticleDebugging .btm with >3 arguments fails on step.
Code: C:\batch]type foo.btm @ echo off do until (%1) == () echo parm is %1 shift enddo echo at end Code: [C:\batch]foo one two three four five parm is one parm is two parm is three parm is four parm...
View ArticleLEAVE appears to affect command-line arguments
LEAVE inside an argument-acquisition loop seems to make a subsequent test for empty argument fail, as well as cause a spurious error message: Code: [C:\batch]type foo.btm @ echo off do until (%1) == ()...
View ArticleUse oh-my-posh with TCC
I have used oh-my-posh with powershell and bash for some time now and I quite like it. However, oh-my-posh did not work with TCC... Well, it does now - mostly... My initial inspiration came from this...
View ArticleTOAST /image from a .DLL
TOAST presently allows one to select the image file to be displayed with the /image option. I would like to suggest being allowed to also select an image from a dll. For example; Code: toast...
View Article4NT "detach" question
Hello folks! I still use 4NT ver 5,00U on Win-10 w/o much problems. And since there's no "4NT group", I hope it's OK to post here. I wrote a little test.bat to test some client / server programs for...
View ArticleProgram to Renumber Toolbar Buttons
I maintain the definitions for the buttons in a file. Whenever I add, remove, or change the position of a button in the file, I have to renumber all the buttons. If the numbers are out of order or some...
View ArticleProblem with INS key flag in the debugger status bar
Sometimes, the INS mode flag in the edit/debug status bar indicates the opposite of reality. In TCC, make sure INS mode is off. Bring up a new edit/debug window. The status bar in the edit/debug window...
View ArticleTake Command / TCC / CMDebug / TCC-RT 28.02.17
I've uploaded 28.02.17 to the web site. 28.02.17 Help file updates 28.02.17 DO - fixed a problem with LEAVE in an IFF inside a DO loop. 28.02.17 IDE and TCEDIT - fixed a problem with INS / OVR in the...
View ArticleHow to synthesize cmd.exe's DEL /Q
I find that when a makefile uses "DEL blah-blah" to preemptively delete some file(s) that may not exist, I have to run it under cmd.exe instead of TCC. This is because, to cmd.exe, the absence of the...
View ArticleBatch file hangs up...
I have created this btm file to run some programs but it hangs up after running Brave. The btm file does not terminate no matter how long I wait. If I terminate Brave it will go ahead and run...
View ArticleEdit command
Hi, I am using TCC LE x64 14.0 How do I add Edit command to context menu for .btm files? Why is it not there by default?
View ArticleFile create date/time is sticky across file deletion.
I suppose this is just a curiosity, as it occurs in both TCmd and the Windows command shell. The creation timestamp of a file persists across deletion and re-creation of the file. Code: [C:\batch]type...
View ArticleOSD Macro Playback Message
How does one go about getting rid of; Code: _x64: 1 _admin: 1 _elevated: 1 TCC 26.02.42 x64 Windows 10 [Version 10.0.18363.1016] I use the following commands to; * Clear the macro queue * Start...
View ArticleTYPE /X double-spacing long lines
When the console is 144 columns wide or more, TYPE /X displays 32 bytes per line, instead of the usual 16. But in this mode, lines are double-spaced, so a hex dump winds up using just as many lines as...
View ArticleLEAVE quits btm
I have a DO loop inside an IFF. A LEAVE inside the DO is exiting my btm. This seems to have only started happening in the last week or so. Here is the file Foo.btm: Code: *setlocal *unalias * ver do...
View Article