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

Alt+Left Alt-Right CYCLE (4CONSOLE)

Hey @vefatica thanks for the ability to cycle just among TCC windows. Much easier than using Windows Alt-Tab. Code: e:\utils>conhelp cycle CYCLE [-] through interactive 4NT sessions [backward] In...

View Article


SYSUTILS's SHOWLIB

Code: [C:\Users\csgal\OneDrive\Documents\My Files\Robb]showlib /? SHOWLIB library_name (e.g., "Documents") ... show targets of a library [C:\Users\csgal\OneDrive\Documents\My Files\Robb]dir /a: /b /s...

View Article


64-bit Plugin development using PureBasic

I am attempting to generate a 64-bit TCC plugin template using PureBasic. Back in 2011, @gwgaston provided a 32-bit PowerBasic solution for me, which allowed me to develop several plugins for 32-bit...

View Article

CINXXXX.JPS?

When I use a construction like this Code: do x in @clip: (...) I get CINXXXX.JPS files in %TEMP which are not deleted. Should they be deleted?

View Article

Can alias pass parameters to for command?

alias a=echo %* It work. >a 1 2 3 1 2 3 alias b=`for %f in (%*) echo %f` It doesn't work. >b 1 2 3 output nothing.

View Article


Image may be NSFW.
Clik here to view.

IDE watch references

How do we stop IDE from adding "doubling" watch references to called & gosub external scripts. Also no change in Font sizes (enlarged image) v27.01.23

View Article

@clip

It appears @clip isn't working as I understand the Doc's or I don't understand the Doc's Code: echo %@clipw[0 First Line] echo %@clipw[1 Second Line] echo %@clip[0] - %@clip[1]

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


Image may be NSFW.
Clik here to view.

Changing the color palette on the fly

My CONHOST.EXE is nothing special ... just up-to-date. Code: TCC 28.00.12 x64 Microsoft Windows 10 Pro for Workstations 10.0.19043.1165 (2009, 21H1) There's an escape sequence that will change a color...

View Article


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

Console not redrawn in BTM or with multiple commands

If your background color is color 0 (black) this BTM (TEST.BTM) will change color 0 to grey and the console will be re-drawn (with a grey background). If your background color is not 0, change the...

View Article

LIBRARY /F in v28

Code: _x64: 1 _admin: 1 _elevated: 1 TCC 28.00.12 x64 Windows 10 [Version 10.0.19043.1165] When I do; Code: library /f vb ...it returns; Code: TCC: Not a function "vb" In TCC 27, when I do; Code:...

View Article

Trouble piping

I have strings like these (with the leading spaces) in the clipboard. Code: "purple": "#800080", "red": "#800000", "white": "#C0C0C0", "yellow": "#808000" This works. Code: v:\> type clip: | cut -d...

View Article


updater.exe not catching updates

C:\Program Files\JPSoft\TCMD28\updater.exe is not checking for updates. I'm now using Win10 so do I need to call it in a BTM ? Also I did updater.exe /? and it did not say what command line options...

View Article

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


Emacs-style cmdline editing Ctrl-K

I could have sworn I had Ctrl-K working like emacs in my much older 4NT, but now (TCC 27.00.18 x64 Windows 10 [Version 10.0.19043.1165]) I can't figure it out, so maybe I dreamed it. By "working" I...

View Article

Have START respect the current value of _ininame

When beginning a new session with START the new TCC instance is initialized with the TCMD.INI found during the standard search process as documented. I use non-default ini-files to kick-off shells that...

View Article


unelevate possibility?

If I'm running a tcc window that is elevated with full admin privileges, and want to execute a command that's "unelevated" (doesn't have the full admin privileges), how might I do that? I know how...

View Article

ShutdownPlugin not called when I X the console? (just curious)

The short question is "Is that WAD?". Here's why I ask. I'm reworking an old plugin (4AUTOTRAY). In the new version, the tray icon is always present and the left-click behavior and right-click menu...

View Article

COMSPEC constantly reset to TCC.EXE

The context: I run a software that lauches Perl>CMD>make>CMD>CL at a very fast pace. If COMSPEC=<path>\TCC.EXE, TCC gets launched instead of CMD, but this regularly hangs (I would say...

View Article
Browsing all 1685 articles
Browse latest View live