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

Eclipse?

Does anyone else expect to see it? In Syracuse, NY we're close to the edge of the shadow; totality will last about 90 sec. Rochester, Buffalo, and Cleveland will get 3.5 minutes.

View Article


[v32] "ZIP /U /R" does also update files which are NEWER than files on disk

In help for ZIP ZIP - Add, update, or delete files in a .ZIP archive /UUpdate files which either don't exist in the zip, or which are older than the files on disk. But a "ZIP /U /R" does also update...

View Article


TOUCH: does u (UTC) work?

Below, after TOUCHing the file with/without 'u' appended to the date and time fields, @FILETIME is the same. Code: v:\> touch /Dw2024-04-09u /Tw11:11u zscore.btm 2024-04-09 11:11:00.000...

View Article

Regular expressions in TCC

I'm still back in the dark ages, using TCC v.20 (under Windows 10 Pro). I've written a bazillion regular expressions over the years but rarely use them in TCC. I've never been clear about using regexes...

View Article

Request: @STRIP_ANSI[] function

This one is killing me because TCC doesn't have regex substitution that I know about, and I'd rather not rely on sed. I just want to be able to do: Code: set CLEAN_TITLE=%@STRIP_ANSI[%title_with_ansi]...

View Article


Command join character variable

I find myself in need to changing the default ampersand command join character for some specific tasks. I know I can adjust that with setdos but I'd like to convert a few existing batch files that use...

View Article

SETDOS /i-COMMAND, OPTION dialog, INIfile, unfortunate interaction?

If, for example, I SETDOS /I-WINDOW then WINDOW shows up in the OPTION dialog's disabled commands (I think that's the bad part). If, later in the same session, I "OK" in the OPTION dialog (for any...

View Article

I still don't think ZIP /U works correctly

ZIP /V reports UTC times. Is ZIP /U comparing a local time (on-disk file) to a UTC time (in-zip file). If Alpengreis is east of UTC I can see how he gets older files replacing newer ones. This one...

View Article


Image may be NSFW.
Clik here to view.

.envtc and the TEMP environment variable

With DIRENV on, I have an .envtc file stored on my RAMDisk, which is drive R:\ The DIRENV and .envtc were introduced in Version 30. Take Command / TCC Help v. 32 jpsoft.com The contents of the .envtc...

View Article


Determine if DIRENV is ON or OFF

Code: _x64: 1 _admin: 1 _elevated: 1 TCC 32.00.14 x64 Windows 10 [Version 10.0.19045.4291] I would like to determine if DIRENV is ON or OFF. Seeing if DIRENV is on or off via the TCMD.INI file only...

View Article

@CHAR and @UNICODE

High time these two supported characters outside the BMP, i.e. 0x10000 <= n <= 0x10FFFF.

View Article

Take Command / TCC / CMDebug / TCC-RT v32.10 Released

We have released Take Command, TCC, CMDebug, and TCC-RT Version 32.10, and you can download fully functional evaluation versions from our web site. V32.10 is a free update for all V32 users. It will...

View Article

FSEARCH without /T

Version 32.10. If I do "fsearch /s *.pas", it displays the first line of every matching file. I get the same if I do "fsearch /s /t *.pas". Is this WAD? If I include /B, I get just the files (which is...

View Article


An anomaly and a question about EVERYTHING

FFIND shows this. Code: v:\> ffind /a: /s /b c:\show_third_party_software_licenses.bat C:\Program Files (x86)\Microsoft\Edge\Application\123.0.2420.97\show_third_party_software_licenses.bat...

View Article

Can't interrupt FSEARCH with Ctrl-C

The title says it all.

View Article


Image may be NSFW.
Clik here to view.

TCEdit Shortcuts and Font Name/Size

With every new installation of TCC, I lose the shortcuts I have assigned in TCEdit. For example, I have Ctrl+Q assigned to Toggle Comment. I had to re-assign this and other shortcuts that I have...

View Article

ESearch

ESearch is an alias that uses Everything Search to display the location of a file(s). Code: esearch="C:\Program Files\JPSoft\TCMD%_vermajor\es.exe" /a-d -whole-word %1 Examples; Display location of all...

View Article


FSEARCH File Specification Fails

If I run the following command, it finds all the lines in the alias.cfg file in the current directory. >fsearch /t"ffind" /l /u /v *.cfg Matching lines: 6 Matching files: 1 Total files searched: 12...

View Article

Image may be NSFW.
Clik here to view.

How to change background colour in File Explorer and Command Input?

My system in general works in Dark mode - even Explorer does it! But TCMD's FX and CI both have a white background (I didn't try every single color scheme, but a few)... I can't believe there's no...

View Article

Question about file name completion

'e' is an alias for starting my editor. If I'm in v:\octave and I type e fun<tab> completion gives me e functions.m. OTOH, if I type e .<tab> completion gives me e V:\Octave\.octaverc....

View Article
Browsing all 1678 articles
Browse latest View live