Samsung Notes on a non-Samsung PC/Laptop
It's been a few years since I have had the need to use Samsung Notes on my non-Samsung PC. The workaround that I had used previously no longer works, so I had to find a new method. First, I used WinGet...
View ArticleECHO (or somehow write) hex characters to output file
I am aware that standard CMD.EXE does not support ECHOing hex codes to stdout, like echo "\xEF\xBB\xBF" >file.txt I expected there must be some way in swiss army knife TCC, but I haven't found one....
View ArticleUpdating version 31.00.9 x64 reverts to version 30.xx
I am running TCC version 31.00.9 x64. C:\Program Files\JPSoft\TCMD31\ > ver TCC 31.00.9 x64 Windows 11 [Version 10.0.22621.2428] I went to Help > Check for Updates and got the dialog box below....
View Article@index not working when the haystack string contains a comma
Please look at the following statements. C:\Program Files\JPSoft\TCMD31\ > set text=Heines, Jesse C:\Program Files\JPSoft\TCMD31\ > echo %@index[%text,J] 0 C:\Program Files\JPSoft\TCMD31\ >...
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 ArticleRunning a batch command from TaskDialog
i wish to run a batch file called pia.bat (which is in the path) after clicking on the yes from a TaskDialog that looks like this: taskdialog yes no "PIA" "Run Pia.bat" if %_? == 10 pia.bat Running...
View ArticlePush Notification command
Perhaps consider adding a TCC command to push an external notification via one or more of the common services. I myself use Pushover, and I guess Pushbullet is another popular one. Pushover's REST API...
View Article@execstr not working in 31.01.14
I just updated to 31.01.14. %@execstr hangs, i.e., no output and the prompt does not appear: Code: [C:\]ver /r TCC 31.01.14 x64 Windows 10 [Version 10.0.19045.3693] TCC Build 14 Windows 10 Build 19045...
View ArticleTake Command / TCC / CMDebug / TCC-RT v31.01.15 Released
Version 31.01.15 has been uploaded to the JP Software web site. It features experimental (not-quite-completed) French and German language versions of the Take Command help file. Because the Take...
View Articlepathname completion starting from ~
(1st post edited to reflect a reporting error. As Charles says, ~\Down<tab> can be completed. But with forward slash as a path separator, it cannot.) It's nice that ~ can stand for one's home...
View ArticleGerman, French, and Spanish v31 help files uploaded
I've uploaded the latest German, French, and Spanish help file translations. They're about 98% done; still need to proofread the results and clean up some formatting that DeepL mangled. You can...
View Article@EXECSTR has trouble with Unicode when n < 0
@EXECSTR doesn't appear to recognize UTF-16 output when n < 0 and //UnicodeOutput=No : Code: C:\>ver /r TCC 30.00.22 x64 Windows 10 [Version 10.0.19044.3324] TCC Build 22 Windows 10 Build 19044...
View ArticleEwriter file correction?
Hi Rex, how can I correct the ewriter help files? Can I unpack them? How? -- Mit freundlichen Grüßen, * Klaus Meinhard *
View ArticleCan you use escape characters (^t, ^r, ^n ...) with PRINTF?
I tried the more obvious things. None worked. The second one below had a surprising result.
View ArticleTakeCommand 31 pipe issue with gvim
I use vim and gvim a lot and came across something weird of late. In particular, I can pipe the output of a command into vim easily enough like the following: dir | vim - Click to expand... That opens...
View ArticleExample of using TASKDIALOG Custom Buttons for menu item selection
Code: @setlocal @echo off set title="Custom Button Dialog Box" set instruction="Here's What To Do:" set text=Check one of the following buttons: set ac="Open" set ad="Click on a button to select it"...
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 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 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 Article