Fully deaktivate the beep
I want to turn off the beep and set the options BeepFreq and BeepLength to Zero But it does beep by some commands: type ShrAlias.exe (just as exsample) Is there a way to fully deaktivate the beep...
View ArticleTcstart.btm not loaded
I've installed tcmd33, and unlike with previous versions tcstart.btm does not load. Adjusting the PATH had no effect. What am I doing wrong?
View Articlethings getting too abstract for me
UNIMPORTANT BACKSTORY: So, I’m passing a filename to a subroutine that creates a BAT file [to be run once]. The filename has percent signs in it -- ugh. After an hour of fussing with setdos, which...
View Articletab-completion weirdness with emoji
Is this a TCC or a Windows Terminal behavior? Is this even a bug? Code: echo. >"a file with % in it" echo. >"a file with in it" Try renaming those files with tab-completion. The pizza at least...
View ArticleDownloads 404
Individual downloads work, but the page listing all available downloads ( https://jpsoft.com/all-downloads/all-downloads.html ) returns 404.
View ArticleFindReplace in a file
This is an alias that I use from within a .btm file when I want to find and replace text in a text file; Code: alias FindReplace=`tpipe /input=e:\cobolscript\cobcal.cbl /output=r:\cobcal.cbl...
View ArticleTCEdit and the syntax lexer (colorization)
From the help file; Code: TCEDIT will select the syntax lexer (colorization) based on the file extension: .bat TCMD (or CMD) .btm TCMD .cmd TCMD (or CMD) .css CSS .htm HTML .html HTML .lua Lua .php PHP...
View ArticleTCEdit and PowerShell .ps1 files
According to the help for TCEdit, .ps1 PowerShell files have syntax colorization. None of the .ps1 files that I have edited in TCEdit have any syntax colorization. Is this just on my system, or can...
View ArticleTCEDIT Help button doesn't work
If I click on the Help button inside the the following options, it doesn't work (nothing happens). With the help menu itself (question mark menu) it works. This is no problem within TCMD but in TCEDIT...
View ArticleWHICH myplugin$mycommand
WHICH does not recognize myplugin$mycommand as a valid command. Code: R:\>which /a vb vb is a library function vb is a plugin command (ActiveScript) Code: R:\>which vb.library$vb vb.library$vb is...
View ArticleMinor FOLDERMONITOR Help Correction
The syntax at the top says FOLDERMONITOR [/C [folder]]. However, under the /C option, the text reads /CIf name is specified, remove the monitor for that folder. The word "name" should be "folder". You...
View ArticleEnhance FOLDERMONITOR Command to Recognize Directory Aliases
Enhance the command to accept the following syntax: FOLDERMONITOR aliasdir: ...
View ArticleA good lesson: If %@UNIQUE[] fails, use %@UNIQUEX[] instead!
I didn’t believe it until I saw it. Yesterday and last night, I was running a script in many thousands of folders (a batch LRC/SRT->to-TXT converter I wrote, python-wrapped-in-BAT-files). The total...
View ArticlePython: TCC command line parsing removes '=' equal sign characters
When I use an equals signs in a command line parameter to a python script it use the equal sign as white space. #test.py import sys print("arg count=%u" %len(sys.argv)) print("sys.argv[0]=%s"...
View Articleesoteric observation about if vs iff ... Not a bug, but a curiosity.
If you compare string values with ne/eq instead of !=/== as part of an iff, TCC "forgets" that it’s in an iff, and give an error when it hits the endiff. Which is informative in that it tells me...
View ArticleI don’t understand this iff error
Why does an equals sign in the filename parameter here make iff totally forget that it’s in an iff? Sorry for lack of better phrasing here, but I just can’t get error-free output on my latest project...
View ArticleIs this normal?
I’m just surprised at "-0". If anything, if you round to 0.0, and you’re negative, it should just be 0, right? Or at the very least "-0" might make more sense? I’m just curious for the...
View ArticleTake Command v34 Public Beta
We have released the public beta for Take Command / TCC / CMDebug / TCC-RT version 34. You can download them at: https://jpsoft.com/downloads/v34/tcmd.exe https://jpsoft.com/downloads/v34/tcc.exe...
View ArticleTake Command / TCC / CMDebug / TCC-RT v34 Public Beta Released
We have released the public beta for v34. See the message in the "Take Command and TCC / Announcements" forum for download links.
View ArticleMultiple File Explorer instances?
I think the answer is no but I'll ask it anyway. Can Take Command have multiple docked File Explorer windows? I'm working with multiple locations in a project and having the ability to drag folder...
View Article