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

Move/Copy switch not make empty destination sub-folders

>MOVE /s source\*.txt dest\ would make empty dest subfolders. Be great to have a switch for MOVE and I assume COPY not to make empty dest sub-folders.... See question re: Move for more details

View Article


do i=1 to 10 by 0

That leads to a never-ending do loop. I know it's a dumb thing to do, but this will do the same thing if DELTA is not defined: Code: do i=1 to 10 by %delta and that's a little less dumb. Perhaps there...

View Article


File name completion at the beginning of the command line

Please provide an option to complete all filenames at the beginning of a command line. None of these, below, are completed at the beginning of a command line yet all of them work at the beginning of a...

View Article

INI option to disable everything GUI ...

... so that TCC would make a better SSH shell. That would include: MSGBOX TCDIALOG TASKDIALOG GUI popups all message box error messages /= dialogs and all the other GUI things TCC can do that I have...

View Article

History window wrong size, can't remember size change

I have two monitors, one in portrait mode, the other in landscape. When I open the command history window, it is about the size of my portrait monitor. Unfortunately, its displayed on my landscape...

View Article


ffind does not find files

In Windows 10 if I type "ffind" followed by the name of a file I get "0 files" although the file is on the disk. It occasionally finds files that are on the disk but most of the ones I try give "0...

View Article

TPIPE's pdf to text conversions don't work

TCC (x64) Version 27.01 Build 23 [27.01.23] Microsoft Windows 10 Pro (21H1) [10.0.19043.985] According to the help, Tpipe's "simple=76" filter will convert a pdf file to a text file. I've tried it with...

View Article

Send SMS from command line

I found this freeware CLI program, which allows the sending of text messages (SMS) from the command line via my usb-connected cell phone. Example; Code: SendSms64.exe /d "SAMSUNG Mobile USB Modem" /p...

View Article


Command-line Editing Shortkeys That Fail

I've been trying to improve my command-line editing prowess in TakeCommand and have found a few of the shortcuts on the help reference don't work. I find the following four don't do anything: Undo (Alt...

View Article


Option to suppress blank lines in WMIQUERY

I might have ... get rid of the blank lines (which I didn't ask for) in, for example, Code: v:\> wmiquery /a . "Select Name from Win32_service where state='running'" Appinfo AudioEndpointBuilder...

View Article

@XMLNODES - New behavior?

I have a sample file source.xml: XML: <?xml version="1.0" encoding="UTF-8"?> <Instructors> <Instructor Dept_ID="123"> <Name First="John" Last="Doe">Doe, John</Name>...

View Article

default location for LOG files

The help for LOG tells the default names for the files - but not the location. I use windows 7, so if I wanted to put them under %UserProfile%\AppData\ - would it go under Local or Roaming ? Same...

View Article

KEYSTACK and someone else's MessageBox?

I want to automate pressing "Y" when my editor prompts "OK to create ..." with a message box. Here's my attempt so far, TPAD.BTM. Code: ::TPAD.BTM setlocal echo on set noexist=0 do i=1 to %# if not...

View Article


Is there any way to open the Take Command options dialog from the command line?

I often use the OPTION command to open the TCC options dialog for new tabs, but is there any way to open the TakeCommand options dialog from the command line as well? It's the one that you get when you...

View Article

KEYSTACK Alt-" "?

In a TCC console, I issue keystack Alt-" ". The control menu opens as expected. I dismiss the menu with [ICODE]Esc[/ICODE]. At this point, things are not right. If I UpArrow, the control menu opens...

View Article


Installers delete EVerything service if already installed

When running the installers (For Take Command and TCC at least) if one chooses not to install Everything's service (because we can already have the application installed you know) the already installed...

View Article

Failure of Alias Command with /Z Option

I have always used an alias with "unalias * & alias /r alias.cfg diralias.cfg" to clear and reload my definitions of regular and directory aliases. Today I noticed the /Z option and tried using...

View Article


Issue with CD_LEAVE Alias

I don't understand what is happening here. TCC(27.01.23): C:\>alias cd_leave echo `%1=`%1 & set oldcwd=%1 & echo oldcwd=%oldcwd TCC(27.01.23): C:\>cd temp %1=C:\ oldcwd=C:\ C:\temp...

View Article

Issue with CD_ENTER Alias

Now I've encountered a problem with the CD_ENTER alias. The help file says: CD_Enter - TCC will execute this alias immediately after changing the current directory. Note that it says that the alias...

View Article

Request Re Aliases CD_LEAVE and CD_ENTER

It would be helpful if the aliases CD_LEAVE and CD_ENTER would be executed only when there is an actual directory change. Right now, I'm getting things like this (with my debugging output): Alias...

View Article
Browsing all 1743 articles
Browse latest View live