TASKLIST /R /Z
Passing TASKLIST both /R and /Z causes endless spewage. If supporting both at once is unreasonable, then /R should win.
View ArticlePDIR question
If I use pdir /a: /t:wu /(dy-m-d""th:m:s""z fpn) on c:\ I get all the root level files including this line, 2015-07-3021:51:49 <JUNCTION> C:\Documents and Settings. If I use pdir /a: /t:wu...
View ArticleWeird Color Problem
I'm probably doing something wrong, but I can't figure out what it is. Installed the latest version of TCC 28 and started noticing that when I type the following command, or put it in a batch file: cls...
View Articleutf8 chcp regression in tcc17?
There seems to be a change (or bug?) in tcc17 with chcp in the handling of unicode or native win1252 encodings, breaking all my batch files. Attached are test batch files encoded in either utf8 or...
View ArticleAvoiding the clipboard
The following code works like a charm, but I wonder if there is there another (better) way to feed the captured TPIPE string to the rename command? Code: rem Rename generic PDFs with internal page ID...
View ArticleProblem with INS key flag in the debugger status bar
Sometimes, the INS mode flag in the edit/debug status bar indicates the opposite of reality. In TCC, make sure INS mode is off. Bring up a new edit/debug window. The status bar in the edit/debug window...
View ArticleIs there a consistent way to do a single-key repeat search in the edit/debug...
Open a new edit/debug IDE window and load a file. Search (Ctrl-F) for string1. Then exit the search dialog box. Use F3 to do a repeat search for string1. No problem. Search (Ctrl-F) for string2. Then...
View Articlegoto compat issue makes all node/npm wrapper scripts fail to run...
goto does not seem to set error code status. Code: goto Really 2>NUL || echo ... Yeah... Really Under TCC (28.01.14 x64 - but happening for a long time) this batch file will only print 'Really'. Run...
View ArticlePiping turns on the cursor
If the cursor is not visible (^e[?25l), piping makes it visible. I wish it wouldn't do that.
View ArticleHave TCMD/TCC support registered version of V
For people that have paid the $20.00 USD to register the V File Viewer, have TCMD/TCC use that version, instead of the non-registered and reduced version that comes with TCMD/TCC. Joe
View ArticleCheck for updates fails to complete
Take Command 28.01.14, using Check for updates (either through Take Command or TCC) to update to 28.02.15 ends with the error message: "Error: The downloaded update size does not match the size...
View ArticleVDESKTOP command
What's broken here? Code: 226G ~> vdesktop /? Manage Windows 10 virtual desktops. VDESKTOP [[/N="name"] /C [/W="file"] /R id /S [id] - +] /C(reate desktop) /R(emove desktop) /S(witch to desktop) /N...
View ArticleEverything installation woes again
Updating from TCMD 28.01.14 to 16: Okay until Everything installation page: 1. In all earlier versions Everything install is marked as default. Here no option is marked 2. Selecting no installtion of...
View Articleswitch to remove empty folders on Copy/move/etc
There is a likelyhood of creating empty folders with Copy/Move/etc, so I think it would be benficial for any command that might creat empty folders - to add a switch to remove them. See Here for past...
View ArticleA comment on using shell folders
Using Windows I moved my "Documents" (right click Documents/Location) directory to D:\Data. If I cdd \documents the "Change Directory" window opens but D:\Data isn't listed. The rest of the C:\User\...
View ArticleCan you (LEAVE & RETURN)?
The help says you can't RETURN from inside a DO loop. Can you (LEAVE & RETURN) from inside a DO loop?
View Articleproper function....
With a lower[] and upper[] function already existing, adda a proper[] that would take care of McCarthy and similar. McWhatever MacWhatever not sure what other examples would be....
View ArticleTCEDIT Clipboard Data
Ref: TCEDIT the Clipboard The SPFLite Editor has a command line option that allows one to edit the clipboard, but with less keystrokes (and less user error) than in my example with TCEDIT. From the TCC...
View ArticleEverything search doesn't work
I just installed TCC 28 and during the installation, I installed the Everything search tool as a windows service. I tried to do searches from the command line with: everything <filename> and it...
View Article@FILEDATE @FILETIME for files from HTTP and HTTPS sites
Ref: Find the Last Modified Date/Time of a file via download link As @FILESIZE now supports retrieving sizes for HTTP and HTTPS files, I would like to see @FILEDATE and @FILETIME also support...
View Article