How 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 ArticleREQUEST: INKEY option to beep when incorrect key is pressed
INKEY /K can limit your response to specific keys Imagine INKEY /K /KB or something, that beeps if you hit a key that isn’t one of the specific keys. (sometimes my stuff is far away and zoomed low and...
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 Article