Question About @TCFONT
I just upgraded to version 33 and am playing around with some of the new features. In testing the @tcfont function, I got a result that surprised me. Code: >echo %@tcfont[1] -16 First, why is the...
View ArticleTCC Help Window Size/Position Not Remembered
After I open the help screen, resize it, and close it, the next time I open it, it opens in the old configuration. The new position is not remembered. Am I forgetting to do something or doing something...
View ArticleUpdated 4WT plugin
As discussed elsewhere I made a new 4WT plugin. Code: copy ftp://vefatica.net/4plugins/x64/4wt.zip I added ENABLEVT and removed CLEAR. CLS now works like this. Code: p:\4wt\x64\release> cls /? with...
View Articleconverting an alias to use a Pipe
alias trim_filename=del e:\C\fred_x.bat > nul & touch/c e:\C\fred_x.bat >nul & dir/s1/a-d/b e:\%1\.* >> e:\C\fred_x.bat & for in (@e:\C\fred_x.bat) do if NOT ISDIR %x echo...
View ArticleReplace CTTY in old .BTM
Pretty much what it says in the title. I'm rummaging through old .BTMs to see if any are of any use and I came across one that uses CTTY to redirect output to NUL. Other than adding >&NUL to the...
View ArticleSuccession planning for JPSoftware
This is a morbid question for some, but I was wondering what succession plans are in place for JPSoftware in the event of the death of the companies main person. Will the product no longer be...
View ArticleTheme in more places
I get that windows dialogs are probably impossible to theme without considerable effort - but the often used command and directory history would be more pleasant if they followed the current theme.
View ArticleScale font in TCC using wheel mouse or other means
How can I enable using the mouse or other means to scale TTY/Console text? I have been looking around for how to resize the fonts with cmd+/- or wheel mouse and can't find it anywhere. I'm sure it is...
View ArticleTCEdit Shortcuts and Font Name/Size
With every new installation of TCC, I lose the shortcuts I have assigned in TCEdit. For example, I have Ctrl+Q assigned to Toggle Comment. I had to re-assign this and other shortcuts that I have...
View Articlejpstree.idx path, everything, and CDD
Hi, I finally got CDD to work properly, without Everything enabled. As mentioned in other threads, you have to make sure everything is unchecked, if you want to depend ONLY on the jpstree.idx. The...
View ArticleDetermine version of TCMD.EXE available for download
.btm to show the version of TCMD.EXE available for download. Code: R:\>aiu Getting File info for https://jpsoft.com/downloads/v33/TCMD.EXE Name : Take Command 33.0.9 Product Version: 33.0.9 Release...
View ArticleRemoveAfter
Hello all. I needed a utility to keep a set of backup files to a certain number of days before today. For example, delete all *.backup files older than 90 days. I created this simple library function,...
View ArticleTCEdit Save as HTML
The "Save to HTML" option in the File menu of TCEdit does indeed save the file to HTML. It would be even better if it would save the file to HTML with the font, font size, font color, that was used in...
View ArticleANSWERED: Clipboard doesn't support utf-8 ? [answer: nope, because Microsoft]
I'm just going to assume this isn't a bug and there's a logical explanation i haven't figured out. However, I do think it's quite strange that we can echo :u8 to a file and it outputs to console fine,...
View ArticleProblem with mouse
With the last versions of TCMD 33.00.17 and 33.00.18 I can't use the mouse in TCMD. When I click in the tab the content of the tab becomes plain gray; I can't select text nor double-click. This seems...
View ArticleTCC becomes white with no screen updates, but still responsive, after...
If you have multiple monitors, and drag a TCC tab out of one windows terminal window on one screen, towards the other.... and stop before you successfully dock TCC turns all white. the shell is still...
View ArticleF7 file completion locks up, in both 33 and 28
Hi, In version 33 and 28, when I type a partial filename and then hit F7, it shows the FileName popup box with title "Filenames (not responding)", the letters that I typed, and only the first filename...
View ArticleTake Command / TCC / CMDebug / TCC-RT v33.0.19 uploaded
I have uploaded Version 33 build 19 to the web site. This build has workarounds for some Windows console API bugs, and a new help viewer that should fix the problems some users were having with the...
View ArticleAnyone else seeing this?
Whenever I run TCC v33 in a standalone console window, I always get a horizontal scroll bar, because the window is always one column narrower than the buffer: I've tried fiddling the shortcut console...
View ArticleBuild 12 annoyances
1. Every time I open a new tab, I see the console window flash in front of the Take Command window. This is a minor cosmetic nuisance. 2. When I try to drag over text to highlight it, the tab window...
View Article