%random - is it broken?
just a short question: what am I doing wrong here? I don´t get it - this should be the simpliest way to generate a random number, but it simply does not work. None of the examples in the help file work...
View ArticleTab completion annoyances
1. Code: > pin<TAB> > C:\Windows\system32\PING.EXE Tab completion should complete to "ping" (or ping.exe) but not include the whole path 2. Tab completion doesn't cycle: at the end of the...
View ArticleHistory file load hangs if file has complete garbage in it...
Sorry -I didn't keep the file laying around, but somehow my history.txt file that is configured to load (via tcc options) at startup had a lot of garbage in it. It was actually a history file with the...
View ArticleInclude Cursor Movement in Keystroke Alias
Hello! Is there any way to include cursor movement in a keystroke alias? As an example: Code: alias @Alt-i=%@UserFunc1[] but I'd like the cursor to end up between the square brackets rather than at the...
View Article@colorat
Vince I'm not sure if it's me. This function doesn't seem to play nice with the IDE for some reason Iff @colorat[ what,ever] == 0x002f then : foo Else : bar Endiff
View ArticleProblem with VSDevCmd.bat in VS 16.7.3
I have problems with a VSDevCmd.bat in my TCC 26.00.31 The following line eliminates the equal sign. set "%__NORMALIZE_VAR%=%__NORMALIZE_VAR_CONTENT:~0,-1%" This lines expands to something like set...
View ArticleFinding the offset of a string in a file
I have a BTM which will start DEVENV with the most recently used .SLN file as an argument (avoiding the pick_a_project dialog). AFAIK, that info is only recorded in a file named...
View ArticleTCC does not pass focus to applications launched by TCC from Windows Terminal
I am becoming rather fond of Windows Terminal, I'm running the latest preview under Windows 11. I have it setup to run CMD, CMD as Admin, Powershell, the latest Powershell Preview, Ubuntu (WSL), and,...
View ArticleFIXNames
if a filename has either ( or ) it causes TCC/TCMD to double quote the name; Hence I think it would be nice if Fixnames would replace either char with maybe _ please. Version I am using: F/V: 0.28.0.0...
View Articlepowershell script to find bitrate for MP3 M4A FLAC audio files
I’m working on a powershell script to create a list of all of my mp3 and m4a files, complete with bitrate. I have a really large amount of music files, but some of them are at low bitrates (like 128k)....
View ArticleTCEDIT your PowerShell Profile
The TCEDIT command allows one to easily edit the TCMD.INI or the TCSTART.BTM files using the /INI and /START command line options, without having to know where these files are located. While there is...
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 ArticleOpen UWP apps from the command line on Windows 10
I was looking for a way to open, from the command line, Windows 10 UWP apps. I am referring to Windows 10 UWP apps that are downloaded from the store. While the source code for most of the Microsoft...
View ArticleEuro sign € does not work in TCC batch files
Hi, following case: There are several archived files in a folder named 9€_.....jpg When I run "dir /b 9€*.* >a:\Archived.txt" in a batch file all these 9€_....jpg are properly shown with the...
View Articleextract email addresses from FROM, TO, CC, and BCC in EML files
Code: [C:\Users\csgal\OneDrive\Desktop\Export]tpipe /input=*.eml,255,1 /simple=28 /output=output.txt The filename, directory name, or volume label syntax is incorrect. "*.eml" Any idea what i am doing...
View ArticleTCC/LE not seeing tcstart.btm in Win 11
I am using Win 11 Home on an unsupported machine. That can be done with Rufus. It is a fresh install, mainly for investigation. I installed TCC/LE 14 and when I double-click the icon it opens to the...
View Articleexpand tpipe /simple=28 to include contact names
/simple=28 currently just extracts email addresses, be great if a tpipe /simple=?? could be added to extract both names and email addresses.
View ArticleUNZIP password ignored
When unzipping an encrypted file the /S parameter causes the system to prompt for a password. According to the docs /S"mypassword" is supposed to use the given password. However, even when one is...
View ArticleCall for EditKeys suggestions
What features do you think are missing from TCC's command-line editor? What do you want to do with a keystroke that you can't do with a key alias?
View ArticleQKEY plugin
This is new and somewhat experimental. Your comments and suggestions are welcome. ftp://lucky.syr.edu/4plugins/qkey.zip QKEY.TXT appears below. QKEY is intended for actions which produce no output....
View Article