You can create new buttons by right clicking on an empty part of the toolbar and selecting "Add Button" from the popup menu. You can modify or delete a button by right clicking on it. A dialog will open to let you define the button label, tab title, command, and startup directory.

tabwindow28

A toolbar button can either open a new tab, send keystrokes to the current tab, or change the directory displayed in the File Explorer window.

You can define a toolbar button to display either an icon, a text label, or both. You must specify either the Icon or Label fields. If you enter both, Take Command will display the text to the right of the icon on the button.

In the Icon field, enter the filename for the icon (.ico) that you want to display on the button. If you specify an .exe filename, Take Command will use the first icon in that file. You can use the Browse button to find the file.

In the Button Label field, enter the text that you want to display on the button.

In the Tab Title field, enter the text that you want to display on the tab window title. This field is optional, and is only used when creating a new tab window.

In the Command field, you can enter either the command to be started in a new window ("Start a new window"), or the keystrokes to be sent to the current tab ("Send to current tab"). You can use the Browse button to find a file to be entered at the beginning of the Command field. If the command is a GUI app, it will be started in a new window outside of Take Command. If it is a console app, it will be started in a new tab window. (You can start GUI apps in a Take Command tab window by using the START /TAB option.)

If the button is sending keystrokes to the current tab, the text is in the same format as the KEYSTACK command in the Take Command Console:

If you're starting a new window, the Directory field will set the startup directory for the command. If you are changing the Folders directory, the Directory field specifies the new directory. You can use the Browse button to find the directory.

The command and directory fields can include environment variables and TCC internal variables and variable functions. Note that the variable expansion occurs in Take Command, not TCC, so internal variables like %_cwd will not probably work as expected.

 

You can set the priority level for the new process:

 

IdleIdle priority (only executes when no higher priority task is scheduled)
BelowBelow normal priority
NormalNormal (default) priority
AboveAbove normal priority
HighHigh priority

 

Keystroke Interpretation

Characters entered within double quotes, e.g., "abc" will be sent to the active console application as is. The only items allowed outside the quotes are key names, the ! and /W options, and a repeat count.

If keyname is a number, it is interpreted as an ASCII character value.

Repetition. To send keyname several times, follow it with a space, left bracket [, the repetition count, and a right bracket ]. For example, the command below will send the Enter key 4 times:

enter [4]

The repeat count works only with an individual keyname. It cannot be used with quoted strings. You must have a blank space between the keyname and the repetition count.

If you exit by choosing the OK button, any changes you have made will be saved in TCMD.INI, and reloaded automatically the next time you start Take Command. If you use the Cancel button, your changes will be discarded.

The tool bar can also be configured with the TCTOOLBAR command.