Edit |
|
The Edit menu allows you to copy text between the Take Command windows and the Windows clipboard. You can also access the clipboard in TCC with redirection to or from the CLIP: device, or with the @CLIP variable function.
To use the Cut, Copy, or Delete commands, you must first select a block of text with the mouse, the keyboard, or with the Select All command, below. If you hold down the right mouse button while you select a block of text, that block will be copied to the clipboard automatically when you release the button.
For more information on copying text see Highlighting and Copying Text.
Copy
Copies selected text from the command line or scrollback buffer to the clipboard.
Paste
Copies text from the clipboard to the command line. If the text you insert contains a line feed or carriage return, the command line will be executed just as if you had pressed Enter. If you insert multiple lines, each line will be treated like a command typed at the prompt.
Copy + Paste
Copies the selected text from the scrollback buffer directly to the command line.
Copy + Paste + Run
Copies the selected text from the scrollback buffer directly to the command line and executes the resulting command line.
Paste + Run
Copies text from the clipboard to the command line and executes the resulting command line.
Select All
Marks the entire contents of the scrollback buffer as selected text.
Insert Directory
Displays the Windows folder selection dialog and puts the selected directory name at the current position on the command line.
Insert Filename
Displays the Windows file selection dialog and puts the selected filename at the current position on the command line.
Find
Search the scrollback buffer of the current tab window using regular expressions.
Find Files
Search for files or text within files.
Console Mouse
Send mouse moves and clicks to the console window. This option is specific to each tab, and is rarely necessary because few console apps use the mouse. You can also toggle this option with Ctrl-M in the tab window.