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

Image may be NSFW.
Clik here to view.

Help: the backward/forward arrows?

These arrows In TCC I issue help echo. The help opens and goes to the ECHO page. Leaving the help alone, I re-activate the TCC window and issue help type. The help switches to the TYPE page. Back to...

View Article


Suppress "File Not Found" in a batch file

My batch file is one line: dir *.$?? /4/p/h/k/m It correctly reports only the filenames if any with the extension .$?? exist I simply want to suppress the "file not found" message if no such files...

View Article


Image may be NSFW.
Clik here to view.

TCEDIT and GOTOLINE:n

When I launch the following; Code: tcedit /ini /gotoline:287 TCEdit opens my TCMD.INI file, but does not go to line 287, even though it says so in the bottom status bar, Instead, the current line is...

View Article

TYPE ... ?

The file C:\Windows\Tasks\SA.DAT has 6 bytes: 06 00 00 00 02 03 (from LIST /X). When I TYPE it several times I'd expect the same (perhaps nonsense) result each time but I get the likes of this. Code:...

View Article

syntax package for VSCode ??

Does anyone know of a syntax package for VSCode to support btm files? I was looking around just now, and couldn't find one. Gvim supports btm pretty well, as does Notepad++.

View Article


Image may be NSFW.
Clik here to view.

Using NotePad++ as a (somewhat) IDE for TCC-RT

Requirements: NotePad++ (Notepad++) NppExec Plugin (Notepad++ Plugins - Browse /NppExec at SourceForge.net) TCC-RT (TCC-RT - TCC runtime for Windows batch files) From NotePad++, create the command to...

View Article

TakeCommand 31 pipe issue with gvim

I use vim and gvim a lot and came across something weird of late. In particular, I can pipe the output of a command into vim easily enough like the following: dir | vim - Click to expand... That opens...

View Article

Terminal problems

I'm using TCC 30.00.22 under Windows Conhost w/o the Legacy Console. on Win-10 (19045.3324) My issue is that after running some programs that messes up the console settings (or prints some illegal...

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


[v31.01.19] TCMD in combination with /RDONLY and /GOTOLINE:X doesn't works...

TCMD in combination with /RDONLY and /GOTOLINE:X doesn't works correctly (of course Test-ANSI.txt exists! TCEDIT Test-ANSI.txt /RDONLY /gotoline:3 asks to append file - if I say no, then I have two...

View Article

Unexpected result from the @cksum function.

For the first time, I have run into an unexpected result from the @cksum function in TCC. I have a rather large zip file (almost 5 gigabytes), for which the @cksum function produces a different output...

View Article

minor difference, cmd vs tcc

@echo off :: FOR /F "usebackq tokens=3" %%i IN (`REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v CurrentBuild 2^>nul`) DO SET /A "CurrentBuild=%%i" echo CurrentBuild from registry...

View Article

Looking for @djsplits

Hello @djspits - if it's okay - please message me

View Article


Bugs nobody cares about, #2

The @XXencode and @XXdecode functions are not symmetric in string mode. Code: C:\>ver /r TCC 31.01.19 x64 Windows 11 [Version 10.0.22621.2861] TCC Build 19 Windows 11 Build 22621 Registered to...

View Article

Forum styles "Fluent-v2(--Dark)" and the "stats-boxes"

The following is now really not the most important thing on earth to solve ... but maybe it's not a big deal to change it: The "statistics" in the forum styles "Fluent-v2(--Dark)" has a box for the...

View Article


TYPE leaves the file open

I'm probably not supposed to TYPE a 4GB binary file, but I tried to do so, redirecting output to NUL, and found that the file was left open. I was trying to get Windows to cache the file. Code:...

View Article

Image may be NSFW.
Clik here to view.

FOR command: /Q option to add quotes to the expanded variable.

I use a lot the FOR command in the TCC command line to process sets of files (to check on them, move them around, etc.). A quickly typed command does well and good... until a filename containing spaces...

View Article


No help

I have finally just got around to upgrading to tcmd/tcc v31, and was trying to write a .btm file. I pressed F1 for help and got only a blank window in the new eWriter Viewer program. I tried also from...

View Article

Script to delete files older than N days?

I'm looking for a TCC script to delete all files older than N days which match a given filename pattern. Surlely this wheel has been invented already. Thanks if you can provide it.

View Article

MEMORY's pagefile numbers

Code: 22,639,194,112 bytes total page file 18,748,055,552 bytes available page file What are those numbers and where do they come from? They do not correspond to anything I can find (or compute).

View Article
Browsing all 1677 articles
Browse latest View live