TPIPE /simple=4
Hello, when converting old DOS (OEM-charset) to ANSI with TPIPE /simple=4 I noticed that the EOL chars (CR LF) are replaced by '?'. Applying the /simple=3 filter replaces every char with binary zero....
View ArticleCD_ENTER makes wacky things happen
I have this setup. Code: v:\> alias e u:\tpad.btm v:\> type u:\tpad.btm setlocal set noexist=0 do i=1 to %# if not exist %[%i] set noexist=%@eval[%noexist + 1] enddo iff %noexist GT 0 then do i=1...
View ArticleUse ADS file with TOAST
Please add the ability to use an alternate data stream with TOAST in regards to the image file, as I would like it to work as; Code: TOAST /template=3 /text1="Network Disconnect Event" /text2="%_date...
View ArticleFunction @DRIVE Missing in Help Lists
The help pages "TCC Variable Functions by Category" and "TCC Variable Functions by Name" do not include @DRIVE.
View Article`Back quotes` - command line vs. batch file
I've been having a lot of trouble with back quotes on the command line not doing what I expect and I keep getting the feeling that they don't work like they have for many years. Maybe I shouldn't have...
View ArticleEnumshares works sometimes
It must be my day for problems. I just posted about an issue with enumservers, and now I'm seeing weirdness from enumshares as well. If I ask it to enumerate the shares of my machine named Ancalagon,...
View ArticleTPIPE's pdf to text conversions don't work
TCC (x64) Version 27.01 Build 23 [27.01.23] Microsoft Windows 10 Pro (21H1) [10.0.19043.985] According to the help, Tpipe's "simple=76" filter will convert a pdf file to a text file. I've tried it with...
View ArticleTake command does not start on Windows 10
I installed latest version on Win10. If I click the shortcut, the cursor changes shortly but no Take command GUI is shown. If I run the Windows Compatibility troubleshooter and test the program the GUI...
View ArticleINI option to disable everything GUI ...
... so that TCC would make a better SSH shell. That would include: MSGBOX TCDIALOG TASKDIALOG GUI popups all message box error messages /= dialogs and all the other GUI things TCC can do that I have...
View Article"Specified Account Already Exists" error installing TCMD v27
Hello Rex, and all the ships at sea... (anyone remember THAT old radio intro?) Just purchased a license for v27 to upgrade from 26. Attempted to install but forgot I already has the 27 trial installed....
View Article@EXECSTR ... TCSTART ... something's wrong!
Here's TCC27's TCSTART and a pretty simple BTM. Code: v:\> type d:\tc27\TCSTART.BTM IF "%_PIPE %_TRANSIENT" != "0 0" QUIT v:\> type test.btm echo foo If I do this (below) repeatedly, TCC27 will...
View ArticleTake Command / TCC / CMDebug / TCC-RT 27.01.24 uploaded
I have uploaded v27.01 build 24 to the web site. 27.01.24 @EXECSTR - added workaround for new RTL / STL bug when executing batch files 27.01.24 @XMLNODES - fixed return value 27.01.23 Fixed some memory...
View ArticleIDE watch references
How do we stop IDE from adding "doubling" watch references to called & gosub external scripts. Also no change in Font sizes (enlarged image) v27.01.23
View ArticleTHREAD and WMI?
Will WMIQUERY and/or @WMI work inside THREAD? I can't get either to work. And I've seen these (below, without the usual indication of the source of the error). That makes me wonder if WMI must be...
View ArticleTCC and TCMD in Powershell
How do I get either of these to work in a powershell window? And can / will either then use the "default" command lists or shortcut keys?
View Articlequoting
I was in the process of building batch files to copy files off old cd/dvd. I came across of file that as part of its name it contained “%20" in it — I have seen this were the %20 is a place holder for...
View Articlestarting TCC/TCMD v25
The initial program window starts centered on the right margin, before it gets maximized. How do i get it to start centered in both directions please?
View Articledefault location for LOG files
The help for LOG tells the default names for the files - but not the location. I use windows 7, so if I wanted to put them under %UserProfile%\AppData\ - would it go under Local or Roaming ? Same...
View ArticleFunny thing with START and quoting
TCC LE 14.00.9 x64 Windows 10 [Version 6.3.19042] [D:\]*start /pgm http://localhost:8080/timeline?c=current works OK and starts the default browser with the given URL. [D:\]*start /pgm...
View Article