Take Command / TCC / CMDebug / TCC-RT v34.0.23 uploaded
I have uploaded v34 build 20 to the web site. 34.0.23 TCC - Added workaround for Windows / Terminal bug causing dialogs to appear partially off-screen 34.0.23 TCC - Added workaround for Windows /...
View Articledirs displays a dialog when called with no parameters and there is a...
If you issue the dirs command with no directory stack it will correctly display that the directory stack is empty, but if there is a directory on the stack it will not display the existing directory...
View ArticleLittle typo in help for cdd /u switch
I discovered a little typo in help file for cdd /u switch: there is "//U..." instead "/U...":
View ArticleDirectory History Window
Pressing F6, the Directory History Window is opened. Pressing F1 when the Directory History Window is open, takes me to the Take Command Help main page. Instead, could F1 take me to the Take Command...
View ArticleFonts are truncated (related to setting) in TCMD (v34)
Fonts are truncated (related to setting) in TCMD (v34). In size 14 (which is my usual size) always it seems and with all fonts I tested (at least 4 different). See below (I zoomed in on the text so you...
View ArticleTCC colors are fine TCMD not so much
I have TCC so that I have white on black. TCMD however persists in a blue background, even though I set the tabs to white on black, Where is it pulling the blue from?
View ArticleXHISTORY
XHISTORY on/off is a checkbox on the OPTION\CommandLine tab but it's not mentioned on the help page for that tab. Ctrl-Shift-PgUp and Ctrl-Shift-PgDn are Windows Terminal's keystrokes for vertically...
View ArticleHistory anomaly (v34)
At least in v34 (have no other versions available to test that (my old (offline) Laptop has v23, which doesn't have that feature yet) I discovered a history anomaly as following: I DO save protocols:...
View ArticleFunction Suggestion for WindowInfo
Hi Charles, I have a program that I put together, which provides me with the ProcessID of a hWnd, using the GetWindowThreadProcessId API to obtain such. Would you please add a function to your...
View ArticleWINDOW command
When TCC is in WT the window command seems to act on the pseudoconsole window. Is there a plan to make it act on the WT window?
View ArticleBusy mouse pointer
When TCC is in WT ... Dismissing MSGBOX (with a click) leaves the busy mouse pointer (spinning blue wheel). And dismissing the [dir]history popup (with Esc) while the mouse pointer is in popup's text...
View ArticleFSEARCH shows and counts the same line twice
Here's zscore.btm. It has only one line containing "score". Code: :: zscore.btm score setlocal :: these floats are in (0,1] from a uniform distribution set...
View Article[v22.00.41] sync command flag "/X" does not work
I have synced two directories with: Code: sync /M /X /S /Y v:\MM-Cloud_01\Cloud_Podcasts\ m:\Cloud_Podcasts\ Unfortunately, the archive bit (a) was not removed.
View ArticleShould I PEE, TEE or Y?
I have a .btm, which outputs to tmp9: Code: @setlocal @echo off echo %_isodate > tmp9: endlocal Works as designed. If I run the following; Code: R:\>test.btm > tmp8: TCC: (Sys) R:\test.btm [3]...
View ArticleTCC - set windows size/position
What am I doing wrong? Forgot 34 was not released yet so I did try 33 - same. I'm running a .btm file from a button and want the window to position and size so I can see all the output. The window...
View ArticleTake Command Tabs font changes when monitor DPI changes
If the monitor DPI changes, the Take Command Tabs font size may change. Use a laptop with a 240 DPI screen and an external 96 DPI monitor. Close the laptop lid, so that the external monitor is used....
View ArticleTCEdit and the Ctrl+W keyboard shortcut
In other text editors that I use, the Ctrl+W keyboard shortcut closes the current tab in the text editor. In TCEdit, the Ctrl+W keyboard shortcut closes all of the tabs in the text editor. The Ctrl+W...
View ArticleFindReplace in a file
Further to FindReplace in a file, using the ReplaceText command from the TextUtils plugin is another fast method to find and replace text in a text file; Code: ReplaceText "e:\cobolscript\cobcal.cbl"...
View Article