Open localhost from the command line
While others may be aware of this, I was not, so I am sharing my findings. When I want to view my website locally, before publishing to Github, I launch my local website via my web browser. I...
View Article/help text for EXCEPT command is missing latest options
I noticed that in TCC 28.02.18 typing "except /help" results in help text showing only the "/i" option. It omits the newer "/NM" and "/Ne" options.
View ArticleA better variable!
IMHO the time has come to think not only about new commands and functions but also about a new way of defining variables. In addition to the usual way, compatible with the old one, %variable% if, for...
View ArticleUse the Windows Clipboard as a pop-up list
Yes, there are other methods of creating a pop-up in TCC, for example, using @SELECT, etc. This is just to demonstrate another method. If you utilize the Windows Clipboard History with the WIN+V key...
View ArticleTCC LE crashes without any info after recent windows updates
TCC LE (at least versions 13 and 14) has recently started crashing / disappearing after short while, like after 5-15 minutes even when it's just idle. There is no error popup or anything, it just...
View ArticleUse LIST to list all files that FFIND found
I can do FFIND ... > filelist.txt then list @filelist.txt but I'd like to do this all at once, i.e. ffind /s/b/t"stuff to look for" *.py | list I've tried ffind /s/b/t"stuff to look for" *.py | list...
View ArticleVery slow startup in VM - 10 second delay
I have a weird problem with TCMD/TCC 28 running in a HyperV VM under Windows 10. On my main PC the apps open pretty much instantly. When I start TCC there's around a ten second delay between the window...
View ArticleEditKeys updates
I've uploaded a new build of EditKeys. This version includes many many changes to the code and the documentation, so please beat on it and report any issues in this forum.
View ArticleDisable line wrap in TCC window?
Is there any way to disable line wrapping in the TCC window? I'm not finding anything on the topic.
View ArticleHas Take Command / JPSoftware reached end of history?
Just wondering, because it is now 250 days since Take Command 28.02.18 was released. Hope all is well. Best regards Ernst Mikkelsen
View Article_Inkey from 4UTILS
Hey @vefatica, I cannot get _Inkey to recognize the spacebar; Code: :: _inkey is from 4UTILS plugin :: @setlocal @echo off do forever set theKey=%_inkey switch %theKey case 0 delay /m 100 case @8 Gosub...
View ArticleHow to use the USB (portable) key?
Uhh.... I've finally gotten around to updating my portable drive to TC v28. And I've forgotten how to get it to recognize the USB portable key file! Derp... derp... derp... I've generated the key file...
View ArticleDIR output is backwards, any way to change it?
The default output of DIR is: Just my opinion but this is completely backwards. The normal reading order is left to right. File names should be first, not last. Is there any (easy) way to change this?
View ArticleCommand history doubles each shell start
Hello. Long time user, 1st time posting... I don't know if this is a bug or a configuration issue. I have had problems with the command history for a while now. If I start a tcc shell: [c:\]history |...
View ArticleDirectory symbolic links vs directory junctions
The MKLINK command offers options to create a junction or a symbolic link (as well as hard links). When it comes to directories, what's the difference between creating a symbolic link vs creating a...
View ArticleTCC, Bash, and Shebang!
I have an interesting puzzle to solve. We use "Git for Windows" and "Git Extensions" for our source code control. Those install MinGW64 and Cygwin so that they have a very Linux-like environment...
View Articlefiles will not delete
I have several files that will not delete - in TCMD / TCC / windows 10 Explorer. Does anyone have a script where you pass it a file name and it says the attributes (R,H,S,A, etc) and who has the rights...
View ArticleZIP command: /E3 vs /YC
When encrypting a .ZIP file, from the documentation it looks like either /E3 or /YC will both cause AES-256 encryption to be used. So is there any difference between using one or the other (or using...
View Articleextract 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 ArticleDetermine if a .vbs is running from SCRIPT or CSCRIPT
I wanted to know if I was running a .vbs (VBScript) file from either the TCC Script command, or CScript.exe. The following .vbs (VBScript) file can be run from either the TCC Script command, or...
View Article