Unexpected %DATE% CMD variable format (vs DATE /T format) in CMDebug
Hi, Currently evaluating CMDebug v27.01.24 x64 primarily for - surprise - debugging vanilla .CMD and .BAT scripts. Very powerful IDE but already ran into a few issues. Not sure if there's a setting I'm...
View ArticleTEE - duplicate output to STDERR
In Linux, I can easily achieve copying STDOUT to STDERR by Code: ps -al | tee /dev/stderr | wc -l (I.e. list all processes and display a number of lines at the bottom.) Is this possible in TCMD?
View ArticleTPIPE /simple=61
I have a binary file that I want to reverse every 4 bytes. E.g. 01 02 03 04 05 06 07 08 becomes 04 03 02 01 08 07 06 05 Looking at the description for TPIPE /Simple=61 it says: 61 – Swap UTF-32 word...
View Articleswap endianness in a binary file
Since tpipe /simple=61 doesn't work for my needs, what is the easiest way to do it? I have a long list of 32-bit hexadecimal numbers: f8000008 f80225fc f88b4d37 f89689e3 f877aeeb (snip) And I want to...
View ArticleFolderMonitor for the 1st time not working
I wish to ping 8.8.8.8 when the file "C:\Users\tomwa\OneDrive\Test1\Test01.txt" is modified. In TCC I've typed: foldermonitor "C:\Users\tomwa\OneDrive\Test1" /I "\Test01.txt" /U MODIFIED FOREVER 'ping...
View Articlestdin as @filelist
I looked for a way to pipe a filename list into a command expecting to operate on a file set. The "@File lists" feature looked like it should do it, but does not, yet. I submit that DOSTUFF @- should...
View ArticleError: This page can’t be displayed Make sure the web address...
version: TCC 25.00.30 x64 Windows 7 [Version 6.1.7601] TCC Build 30 Windows 7 Build 7601 Service Pack 1 Whenever I press F1 at the command line with any TCC command, variable, etc., this is the error I...
View ArticleInclude Windows Version in Registration Key Email
When a new version of Take Command is released, I receive an email with the Order, Name, and Key for my purchase. Maybe the version(s) of Windows that work with that release can be included in the...
View Articlestrange bug?
I bought take command and the about page says "registered to" however the option to register is still there? is this for everyone or just me?
View ArticleGet FILETIMEs with @WINAPI
This is incorrect, because (I suspect) what's in buf is converted to an unsigned 32-bit integer. Could it be converted to something 64-bit instead? Code: v:\> echo...
View ArticleFoldermonitor Bugs?
After entering in TCC Foldermonitor C:\Users\tomwa\OneDrive\Yatu_xml /i"210704_test.txt" MODIFIED FOREVER (msgbox yesno "Copy" Copy all files to A:) Foldermonitor command only works when...
View Articlearrays ....
How would I define and use an array that had 2 rows and had %nTotFlds columns? Also has %@email[possibleemailaddress] been changed at all since v25 ?
View ArticlePossible Bug With OPTION Command With @FILE
I have observed something that does not seem right to me with the variable %_inimane. With my original TCSTART file, the variable would have the following value: Code: C:\ProgramData\JP Software\Take...
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 ArticleTie-in to Win 10 x64's WSL Windows Subsystem for Linux
I realize this would differentiate the 32-bit and 64-bit versions and also that wouldn't work on any pre-Win 10 version. Theoretically, WSL currently doesn't support GUI, although with third-party...
View ArticleCopy (sys) error
I received: "======================================= TCC: (Sys) C:\TCMD\MyBTM.btm [51] A request to send or receive data was disallowed because the socket is not connected and (when ending on a...
View ArticleTake Command 28: Lua reports version 5.4.0 (5.4.3 expected)
Take Command 28 release notes say that LUA was updated to version 5.4.3. However, the internal lua command seem to report version 5.4.0. > which lua lua is an internal command > lua Lua 5.4.0...
View ArticleTake Command / TCC / CMDebug / TCC-RT v28 Released
We have released Take Command, TCC, CMDebug, and TCC-RT 28.0, and you can download fully functional evaluation versions from our web site. https://jpsoft.com/downloads/v28/tcmd.exe...
View ArticleTPIPE /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 Article