WWW site down.
I was getting worried there when I could not connect to jpsoft.com yesterday. Up again today.
View Articleremoving a file
F/u to: DEL /a: /e /z whatever.ext Given: Code: del /A: /f /z what else would cause DEL whatever.ext not to work as expected?
View ArticleWacky console messages being dumped into TCC
Migrating to a new PC and in the replacement install for Take Command messages like this are suddenly showing up in the console window: [c:\][16636:NonCelloThread]...
View Articleload external DOS program and persist in memory
I am using a TCC batch file that repeatedly runs an external DOS program (Swiss File Knife) - many thousands of times. To speed things up, I would like to load this small program into memory so it...
View Articlebase64-url
There is an encoding named base64-url that is almost identical to base64 encoding, except the characters / and + are replaced with _ and -. Besides using 2 @replace functions, is there a simple way to...
View ArticleGLOBAL......
The following code still moves the URL files in C:\A_Favs_9\ so what is wrong please? Code: for /l %n in (1,1,30) global /h /i /n if %@left[12,%_CWDP] NE "C:\A_Favs_9\" for %fn in (*.url) if not isfile...
View ArticleDetect if script is started from "global"?
Is it possible to detect inside a script if it was started from the command global rather than directly from the command line? I already checked all sorts of system variables, functions etc. but could...
View Articletyping keyboard input to two tabs at once, possible?
Hi everyone, it's been long since I was here, I confess. I'm looking for a way to type input to two tabs at once. Each tab is running the same application, a console-based text file search. So when I...
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 ArticleHow to prevent multiple launch of a program from Explorer window ?
Hello I run begin.btm by double-clicking it from an Explorer window. It launches -----------Code.btm----------- MSACCESS.EXE test.mdb bsa.bat ------------- Often my computer freezes/I click too much...
View ArticleDIR output is backwards, any way to change it?
The default output of DIR is: Just my opinion but this is completely backwards. The normal reading order is left to right. File names should be first, not last. Is there any (easy) way to change this?
View Articletrouble connecting
Anyone having trouble connecting to web sites. I have no problem connecting to sites that provide https connection but ones without the secure connection it just will not connect. Some that SAY they...
View ArticleFinding the target of a Windows App Execution Alias
From the directory that contains the zero-byte file WT.EXE (for example), this PowerShell command; Code: (Get-Item wt.exe).Target ...is supposed to provide me with the target of a Windows App Execution...
View ArticleIs there an easy way to copy a file if it contains a text string
In ANT it's easy to do that and it's the one function over the years that I've really wished Take Command had.
View ArticleIssue creating or writing to a .xml file
Hello, I would appreciate some assistance with the issues I have with any XML write function. I have checked with IT and they say there ae no blocks in place. I have no problem with any XML reading...
View ArticleAccess denied
Using TCC LE 14.0.0.9 on Windowds 10 LTSC 1809 When I try to register .btm files I get access denied! Have tried both 32 and 64 versions. Same problem Have installed and used this program for ages...
View Article@regexist function does not unload (offline) registry with loaded hives
After using the @regexist function with a offline registry the loaded registry can't unloaded. We get a access denied message. tested: type regexist_loaded_hives.bat Code: setlocal unalias * echo...
View Articlesyntax for sftp with publickey
Hi Forum people :) I try to find what is the correct syntax to specify a publickkey when using sftp. here is the error : TCC: C:\Data\Tasks\Fleet.btm [40] Password authentication failed. The following...
View ArticleWorking with a date range of files...
How can I enumerate and work with an age range of files based in minutes? I'd like to be able to copy files from a directory based on being x minutes old.
View Articlereturn values from @python
What techniques are available to return values from %@python[] to TCC ? I have been exploring some straightforward ways, but I can't see how to get something out of @python except for console output....
View Article