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

tcmd version 28.2.18.0 wont start

I have Windows 10 21H2, all of the latest patches as of Feb 26 2022. Just upgraded from version 22 to version 28 and it wont start. The app is crashing. Below is the information I can find in Windows...

View Article


Take Command Is Too Fast!

Rex, have you ever received a complaint that TCMD/TCC is too fast! With my new ultra-high-performance computer, I started having problems with a batch file that had always worked perfectly. It still...

View Article


msgbox donotshowagain

Code: setlocal comment simplified Having trouble unsetting the msgbox_checkbox IV after batch has completed endcomment echo %_date %_time %_msgbox_checkbox gosub test echo %@time[%_time] echo. gosub...

View Article

CmprTree Dir1 Dir2

I'm wondering if someone has a CmprTree BTM I can use please? It would: cmprtree.btm "c:\program files\" "c:\windows.old\program files\" for each file in c:\program files\subdir1\filename.ext, and if...

View Article

TREE /A and /H

Below, TREE with /A: doesn't show me the hidden desktop.ini. Whereas with /H (documented as /H(idden directories)) does show me that file. Is it working correctly? Code: V:\anon 1\ ├──folder │ ├ test │...

View Article


TPIPE questions

Here's my version of "Dr. Strangepipe, or, How I'm Learning To Stop Worrying and Love TPIPE." I've used JPSoft software since the 4DOS days. But my last employer's policy towards non-corporate software...

View Article

Determine if Day of the Week is during the weekend

Here's a function that I am using to determine if the Day of the Week is during the weekend; Code: function weekend=`%@if[%@eval[%1 mod 6] = 1,1,0]` If I want to see if the current day of the week is...

View Article

BTM code analysis

Any plugin guru's thought of developing such a tool. Basics 1) It should allow the user of such a tool to add his/her own methods to a library of method's in which the tool would either except or deny...

View Article


Can TPIPE do this?

Unix's TR replaces each character in a list of characters with the corresponding character from a second list of characters, like this. Code: v:\> echo "&_+_|_<_>" | tr "&+|<>"...

View Article


Image may be NSFW.
Clik here to view.

Last Seen on February 23, 2022

Rex was last seen on February 23, 2022. Hope all is well with him. Joe

View Article

v28: CDD :whatever

Is there a way to get a list of what each of the CDD :whatever would translate to please, for example [:AccountPictures] ?? Also are any other "predefined Windows shell folders" that are not listed on...

View Article

Library Functions

Hello everyone, One of the greatest features Rex has built into TCC over the last few years, in my humble opinion, is the ability to define our own commands. That gives us, the users, great power to...

View Article

New Plugin

I’ve written a small plugin to overcome my frustrations from using the @FILTER function in TCC. It’s possible no one else finds it frustrating (or possibly no one else uses @FILTER!), but I thought I’d...

View Article


Personal Help File

This is a .BTM that allows me to keep notes, and display them, at the Take Command Console. I have attached myhelp.zip, which is a sample database of a few notes. Your notes can be added to the...

View Article

Updated plugin: FileUtils

I've updated my FileUtils plugin to add support for image file information (new function @IMGINFO) and a small set of Windows properties (new function @WINPROP). I have also added some support for...

View Article


DEL /a: /e /z whatever.ext

Code: [C:\]del /a: /e /z "C:\Backup\Program Files (x86)\Common Files\Microsoft Shared\DAO\dao360.dll" Deleting C:\Backup\Program Files (x86)\Common Files\Microsoft Shared\DAO\dao360.dll 0 files...

View Article

@htmldecode doesn't work?

It seems only to recognize &amp; and no other entities: Code: echo "%@htmldecode[foo &amp; bar]" "foo & bar" echo "%@htmldecode[foo &gt; bar]" "foo &gt; bar" Anyone else work around...

View Article


Image may be NSFW.
Clik here to view.

Clear Items in Windows 10 Clipboard

Code: _x64: 1 _admin: 1 _elevated: 1 TCC 28.02.18 x64 Windows 10 [Version 10.0.19043.1586] My goal is to clear all clipboard history from the Windows 10 clipboard via TCC. Presently, I can only clear...

View Article

Image may be NSFW.
Clik here to view.

Crash after using pshell

Hi After using pshell with Microsoft Windows 10 Pro x64 [19044.1586] [21H2] [de-CH] TCC 28.02.18 x64 ... I have always a crash after closing TCC. The pshell command itself works (for example pshell /s...

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