TCC Help Error
TCC 34.0.24 I downloaded the .pdf Help File but the built-in help seems to be broken. Pressing F1 while at the TCC command line results in error message: If I navigate to the TCC directory, run the...
View ArticleTCEdit - Save all settings to TCEdit.xml
Save all TCEdit settings to TCEdit.xml, so that when an upgrade occurs, there is no need for the user to reset... Font Name Font Size Theme Enable checkmark for Display Line Numbers Enable checkmark...
View ArticleHow can this happen?? No commands work
Forgive me if I’ve posted something similar and don’t remember, but I’m just wondering how it is that the entire CLI can be broken such that no commands work...... Code: Unknown command: “endiff” in:...
View ArticleLIST utility interferes with Windows mouse input
I don't use the LIST utility much, so I haven't previously reported this issue that I've seen for quite some time. But now I have some use cases involving it, so I thought I'd post about this problem...
View ArticleWhy does the AWS CLI result in the LIST viewer?
This is an issue I've noticed for a while but generally hasn't bothered me enough to figure it out. Now it's become a problem for me, so I need to ask the question. Whenever I use the AWS CLI utility...
View ArticleIFTP/SFTP with public private key pairs
I am trying to get sftp (iftp) to work with an sftp server that has my public key installed. I stored my private key in the windows openssh key store. I can successfully connect to the server using ssh...
View Articleadd ability to use private keys stored in openssh keystore for use in...
Hello, It would be great to add the ability to have IFTP use public/private keys pairs when logging into remote servers with the SFTP protocol. Windows now supports OpenSSH with a keystore similar to...
View ArticleThe Help for IFTP /K switch points to /K switch from DIR command
The Help for IFTP /K switch points to /K switch from DIR command.
View ArticleClear screen turns black screen blue
If I run either TCMD or TCC, they start out bright white text on a black screen. But when I do a "clear screen" -- cls -- it changes to white on blue. I looked to see if it is/was some alias, but could...
View ArticleSave and load a command dialog set and name it
When using TCDIALOG, alt-F2 or /=, ability to save or load the group of settings to a file and name each configuration set, e.g., . "Dir - By date, No Summary" or "Dir - Under 1k, Only .dat" Often the...
View ArticleTCC/LE's for command does not correctly handle filenames with special...
For example for /f “usebackq” %f in (“Take Command Reinvents the Windows Console and CMD.EXE [IeAPFpFP3_k].url”) echo %f The contents of the file are displayed correctly under both Take Command and...
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 ArticleTCEdit Tab Switching using Ctrl + 1, 2, ... 8
TCEdit currently allows switching between open tabs using Ctrl + Tab. In addition, it would be great if switching between opens tabs using Ctrl + 1, 2, ... 8 could be added to TCEdit. Joe
View ArticleMy AutoHotKey tcc.ahk script
I've added some more hotkeys to my AutoHotKey tcc.ahk script. Ref: Directory History Window Ref: TCEdit Tab Switching using Ctrl + 1, 2, ... 8 Code: #SingleInstance Ignore SetTitleMatchMode, 2 ;...
View ArticleTCEdit - Where are these settings in the TCEdit.xml?
Where in the TCEdit.xml file are the following settings; Font Name Font Size Theme Enable checkmark for Display Line Numbers Enable checkmark for Display Folding Margin Code: <?xml version="1.0"...
View ArticleAdd Recognition of Directory Aliases with IFTP
Here's another request to incIude recognition of directory aliases with a TCC command. I create directory aliases for FTP sites to make it easier to connect to them. For example, Code:...
View ArticleConflicted Output from IFTP with No Arguments
Two conflicting things now happen when IFTP is run with no arguments. As previously, it outputs the name of the server to which there is a current connection. However, now that there is a command...
View ArticleCtrl + Shift + A = List of Tabs in TCEdit
In Microsoft Edge, I am often using the Ctrl + Shift + A shortcut key to display a list of the tabs that I currently have open. This ability is also available in TCEdit, but not with the Ctrl + Shift +...
View ArticleWindows 11 Update KB5053598 Broke pshell
Windows 11 Update KB5053598 broke pshell [and who knows what else ] on my system so I promptly uninstalled it. Executing commands like: pshell /s "(gcim win32_operatingsystem).LastBootUpTime" pshell /s...
View ArticleC++ and PowerShell
I am naive when it comes to C++, but CoPilot helped me in creating simple C++ code, that demonstrates executing a PowerShell Command, which I compiled, and successfully executed. Rich (BB code): #using...
View ArticlePowerShell Plugin vs. PShell
Launch Internet Explorer, then display the date on the console; Code: timer pshell /s "$ie11 = New-Object -ComObject InternetExplorer.Application.1;$ie11.Visible = $true;Get-Date" 0.636 0.560 0.654...
View ArticleInkey /k switch alone doesn't work right?
In the help of v34 for INKEY /K switch: If an invalid keystroke is entered, TCC will echo the keystroke if possible, beep, move the cursor back one character, and wait for another keystroke. Click to...
View ArticleTPIPE docs or tutorial
Has anyone found any documentation or tutorials for TextPipe (from DataMystic.com) that are adaptable for TPIPE from Take Command? I installed an evaluation version of TextPipe Pro, but it is so GUI...
View ArticleBacking up TCMD and TCC
I have gotten all my TCMD and TCC configs and colors in order. Since I seem to have issues repeating the process if necessary, what all do I need to back up (and how) so that I can replicate the...
View Articlemore iff/endiff problems ... how can this not be a bug?
BACKSTORY: After 35 years of only using if-gotos, I was encouraged to use if () else () ...only to find out pretty much all unicode/extended chars woudln’t work natively inside if() else(), and thus...
View ArticleFun with MAPEXE
An old batch file of mine failed today, and it took me a little while to figure out why. BUILD-QCAL.BTM rebuilds my QCal plugin. I'll spare you the listing — it's about 150 lines long, and does stuff...
View ArticleFlush the MAPEXE cache when the PATH variable changes
Because sometimes people change the system path in order to change which executables are available.
View ArticleTCC instead of CMD
I for whatever reason cannot get the font in CMD to be bold. That's OK since the one inn TCC is working just fine. Is there ever a time when I would need CMD instead of TCC?
View Article