Quantcast
Channel: Take Command / TCC
Browsing all 1680 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

%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 Article


Tab 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 Article


History 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 Article

Include 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 Article


Problem 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 Article

Finding 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 Article

TCC 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 Article


FIXNames

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 Article


powershell 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 Article

TCEDIT 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 Article

Finding 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 Article

Open 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 Article


Euro 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 Article

extract 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 Article


TCC/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 Article

expand 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 Article


UNZIP 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 Article

Call 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 Article

QKEY 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
Browsing all 1680 articles
Browse latest View live