Reprise of Question About SENDHTML's /Image Option
The question about what the /image option of the SENDHTML command does and/or how it is supposed to be used was never answered. It does not seem to do anything, and, contrary to the help, more than one...
View ArticleTakeCommand & npm
I've started using npm recently - please don't assume I know anything about the things I am doing (it's quite a new universe to explore). When running commands like "npm run dev" (in the root folder of...
View ArticleTakeCommand.pdf infected?
Trying to download the help file TakeCommand.pdf. Avast is blocking the download complaining about a virus in the file. Does anyone know if the file is really infected? Thanks!
View ArticleColorize FFIND keyword results
Swiss File Knife allows the search of select files for select text. For example; Code: sfk xfind -dir %_cwd -file *.btm !*.bak -text "/chronic/" returns; Note that I searched for the text chronic which...
View ArticleSwiss File Knife (SFK) Source Code
Swiss File Knife is "A Command Line Tools Collection", which has been referenced a few times in the JPSoft Forums. The open source version includes the C++ source code. It includes a .BAT file that...
View Article[v31.01.15] MOVE /R: quick help (MOVE /?) is incorrect
The quick help for "MOVE /R" switch seems not correct - at least in german language, see here: Code: Dateien in andere Verzeichnisse (und Laufwerke) verlagern. MOVE [/A:[[-][+]rhsdaecjot] /BCDEGH...
View ArticleINPUT's :min (/L)
It looks like it doesn't work. I expected a beep (or something) signalling that I needed to enter more characters. Code: v:\> input /L3:3 %%foo ab v:\> echo **%foo** **ab**
View Articleset value based on value
I assume there is a more elegant way to do the following. Please enlighten. @iff %_DOWI = 1 set DDRV=T @iff %_DOWI = 2 set DDRV=U @iff %_DOWI = 3 set DDRV=V @iff %_DOWI = 4 set DDRV=W @iff %_DOWI = 5...
View Articlecounted FOR loop and FOR /R
TCC 31.00.11 x64 Windows 10 [Version 10.0.19045.3758] TCC Build 11 Windows 10 Build 19045 Registered to DESKTOP-C293QAU Code: for /l %n in (33,1,9999) ( for /r %fn in (*) if not isfile...
View ArticleSomething is broken in build 15
This should happen. Code: v:\> sv Start Time Pid CPU(s) WS(M) Name -------------------------------------------------------------------------------- 12/04 02:46:04.970 9080 1.359 15.5...
View Articlework with files with commas in name
setdos doesn't seem to be helpful. and even "^," doesn't work either
View ArticleMultilingual Translation Widgets for JP Software Website and Forums
The website (Take Command : Windows Console and CMD Command Prompt Replacement) and the Support Forums (Take Command) now have translation widgets in the upper right corner that use Google Translate to...
View ArticleWhere's the User Manual(s)
I've been happy with my old TCmd V11, I've just installed the trial version TCms 29, This v29 is obviously very different from tat old v11 And I can't find the very basic: How & where to use...
View ArticleEnd of Year Extended Support Sale
Extended Support for Take Command or TCC includes electronic delivery of all major upgrades for one year (renewable each year). Extended Support is less expensive than paying for a single upgrade, so...
View ArticleUpdating Cygwin
I like to keep my Cygwin up-to-date, which I usually do once a week. I have been using the following .BTM for the past few months, which works well for me, in keeping Cygwin up-to-date; Code: @setlocal...
View ArticleInteresting Aliases
As I mentioned Here, there are a lot of interesting, non-system specific aliases that power users have. Think it would be great to start a thread asking folks to post theirs - as text and not image...
View ArticleSemWare Editor is now Freeware
SemWare Editor is now Freeware, both for the 32-bit Text User Inferface, and the 32-bit GUI Interface. The version is 4.47 September 2022. SemWare homepage Joe
View ArticleGvim running external program via TCC
This may be a little too arcane, but I’m going to throw it out there anyway. It definitely is a problem with TCC version 31.1.19. This may be a little hard to duplicate, and thus hard to fix, and I...
View ArticleThe translation language in Forum switched automatically back to German (not...
After the forum was in german (after your implementation), I switched back to English, because I do not like it translated. Then for few days it was running in English. But today, it switched...
View ArticleProblem with tab completion
I'm trying to write a tab completion script (in BTM) and am having problems. I was trying in v28 which didn't work, so I have just upgraded to v31 to see if that fixed the problem, but nothing has...
View Article