Question About Commands Executed from XHISTORY
When a command that was originally executed from a directory different from the current one is executed from the XHISTORY popup window, is it executed from the now-current directory or from the...
View ArticleXHISTORY Popup Not Working as Described
The build-13 help says: "To activate the command history window press Ctrl-Shift- PgUp or Ctrl-Shift- PgDn at the command line. (The hotkey can be redefined by changing XHistWinOpen in the OPTION /...
View ArticleAnother Issue with XHISTORY
I just tried editing a command in the history and then pressing ENTER. The modified command was not executed; the original command was. The edited command appeared in the history only after I reopened...
View ArticleTCMD v32: Translation text truncated in Options
Hi There is a little translation problem with truncated text in Options, see here:
View ArticleWrong version number in Start Menu?
Installed TCC 32.0 build 13. It created a shortcut in my Start Menu called TCC v312 ???????
View ArticleFile Explorer Not Reflecting Renamed Files
While I had the file explorer window open, I renamed some files from the command line. The new names did not appear in the explorer window, and I could not figure out a way to update the window to...
View ArticleButtons in the XHISTORY Popup Window
I would like to suggest adding some buttons in the popup window. A button to change to the CWD of the highlighted command line (not sure whether it should leave open or close the popup). A button to...
View ArticleInteresting Aliases
As I mentioned Here, there are a lot of interesting, non-system specific aliases that power users have. Think it would be great to start a thread asking folks to post theirs - as text and not image...
View ArticlePrintCenter - Print text in center of console
If I wanted text to appear in the center of the console, this will do it. The math is not that complex :-) Take the console width in columns. Divide by 2. Take the text. Divide by 2. Subtract the...
View ArticleDetect Windows Terminal
Code: _x64: 1 _admin: 1 _elevated: 1 TCC 26.02.42 x64 Windows 10 [Version 10.0.18363.959] Here's my method of determining if I am running TCC.EXE from Windows Terminal; Code: function...
View Articletab-completion bug with zip
For some reason — I assume a bug — pressing <TAB> to fill in a filename does not work after the 'zip' command, even though it seems to work after all other commands (including non-existent...
View Article@CHAR and @UNICODE
High time these two supported characters outside the BMP, i.e. 0x10000 <= n <= 0x10FFFF.
View Article/T timer assumes 1st column position
The /T timer on inkey is great! However, the timer resets the cursor position to column 1, instead of the column where inkey was called So the timer ends up overwriting the prompt text, in my...
View ArticleAbility to add Help Files to TCEdit Help Menu
In UltraEdit, I can add help files to the help menu. This example shows the help file for Harbour added to the UltraEdit help menu. This is the Add Help Files dialog from UltraEdit. A similar facility...
View Articleis there a way to display the file progress percentage even when the copy is...
Currently there is not. I assume that perhaps the powers that be had to check if it is being piped, and turn off the direct writes? Either that, or somehow, piping destroys them. But I'm trying to get...
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 ArticleASCII color escape sequences not recognized upon take command start
The ASCII escape sequences for colorizing the prompt are not recognized immediately upon starting of take command (tcmd.exe). The prompt command is set in tcstart.bat: prompt...
View ArticleHistory for CMath (EditKeys Plugin)
I use the CMath feature of the EditKeys plugin on a regular basis. [https://charlesdye.net/dl/editkeys.zip] CMath is a command line calculator. CMath lacks a history. Yes, I could do Code: >history...
View Article@pingr Doc Error
I just bought version 32, so I'm going through changes from version 29 (my last version) and I have come across a couple of documentation error.
View Article