Take Command / TCC / CMDebug / TCC-RT v34.01.26
I have uploaded v34.01 build 26 to the web site. 34.01.26 TCMD - Added support for changing the font in the Command Input window, the Statusbar, and (size only) menus & ribbon 34.01.26 Help file...
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 ArticleTCMD 34.01.26: History window goes always in background
In the TCMD 34.01.26, the History window (Ctrl+Shift+PgDn) goes always in the background. Probably trough the fix for the msgbox ...
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 ArticleCommands faster/slower in a counted DO loop
I've been testing three timing mechanisms. Standing alone, they're about the same speed. In a counted DO loop, the first iteration is a little faster speed and the subsequent iterations are lot faster....
View ArticleTCEdit forgets settings after update to 34.01.26
Updating from 34.01.24 to 34.01.26 caused TCEdit to lose the following settings; Font Name Font Size Theme Display Line Numbers (No Checkmark) Display Folding Margin (No Checkmark) All of my modified...
View Article"DNS" for IPv6
I have IPv6-connectivety just fine. All these commands works: c:\> ping.exe -6 ipv6.google.com c:\> tracert.exe -6 ipv6.google.com c:\> adig.exe @1.1.1.1 -t aaaa ipv6.google.com c:\>...
View ArticleTCedit 34.01.26: German translation for "Find" is missing
Hello Something for the German translator probably: In TCedit 34.01.26, the German translation for "Find" is missing.
View ArticleTake Command / TCC / CMDebug / TCC-RT 34.0`.27 Uploaded
I have uploaded v34.01 build 26 to the web site. 34.0`1.27 TCMD - Fixed a problem with some TCC popup windows / dialogs 34.01.26 TCMD - Added support for changing the font in the Command Input window,...
View ArticleInsert text at start/end of line
I spent way too much time trying to do this with regular expressions.... Insert text at start of line: Code: tpipe /input=filename.txt /insert=0,1,"rem " Insert text at end of line: Code: tpipe...
View ArticleWhy is the same command so much faster in a BTM?
Code: v:\> type timertest.btm do i=1 to 10 (timer /1 /q on & echo %@timer[1,us]) These results are typical. Code: v:\> do i=1 to 10 (timer /1 /q on & echo %@timer[1,us]) 176 us 108 us...
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 ArticleBug?, cmddebug help ,status 404
calling help from cmddebug version 33 (which I just updated to) causes a status 404: file not found message in the help window when clicking on what's new in version 33 I get a script error popup "an...
View ArticleTCEdit disappears
In TCEdit, right-click on the toolbar ... Customize ... Commands ... try to change the category from File to anything else ... TCEdit disappears.
View ArticleFirst start of TCMD has sometimes problems with ANSI
That's not a specific thing in v34, I had that already in v33 too but had not reported it till now. Sometimes TCMD start has a problem with ANSI (or maybe it comes from other influence, I don't know)....
View ArticleCommand Input Feature Request
From my point of view, it would be nice if the Command Input Window was more of an editor than a command execution window more like the Powershell ISE command window. Meaning, I'd like to be able to...
View ArticleCDSpell is missing at certain point in the help file
CDSpell is missing at certain point in the help file, I mean after pressing F1 from following screen, there is nothing about CDSpell:
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 ArticleRun a Windows program from another process
Add a new option to START that will run a windows program from another process. For the last while, I have been using the RunFromProcess.exe utility to accomplish this. Joe
View ArticleIPADDRESS freeze in Background Script
The Function @IPADDRESS freeze in Background Script. In Foreground (TCC interactiv) is the Function functional. Calling from interactive TCC-Window the Test Script its is the Function functional, but...
View Article