TCEdit 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 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 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 ArticleTCC in place of CMD
If I asked this, apologies. Is there any reason I couldn't always use TCC in place of CMD? And even "direct" my system to do the same?
View ArticleIs this by design? %@EXECSTR[type filename] and %@LINE send parts of the text...
Took me forever to figure out that the part of the txt file after && was being sent to my command line. It didn’t occur to me to even consider the possibility that using %@LINE[] could cause...
View ArticleHow can I disable the internal Lua support entirely?
I find the built-in Lua 5.4.7 interpreter keeps getting in my way in multiple respects. I've un-ticked the box for Lua scripting support in the "OPTION" dialog already, but every invocation of a 'lua'...
View Articlefound a way to HALT tcc completely with regex stuffs (v.33.00.20)
Only a bug because TCC halts and you are never returned to the prompt and in fact have to close the window! The expected output is... I’m returned to my prompt :) This only happens if you change the...
View ArticleTCC 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 ArticleDebugger IDE Toolbar icon size
Does Large Icons work for anyone else? It's been forever since I used the debugger, but I'm loving dark mode here too :)
View Article