
If you are not familiar with the purpose or use of the Advanced Directives configuration dialog, review the main configuration dialogs topic before continuing.
Advanced Options:
Close if No Tabs Exist : If disabled, Take Command won't close if there are no tab windows open.
Linux-style Selection : Copy selected text automatically to the clipboard when the left mouse button is released. If you have the shift key down, the selected text will be appended to the clipboard.
Lock Menu Bar : Locks the menu in place so it cannot be moved or docked. (Takes effect after restarting Take Command.)
Lock Tabbed Toolbar : Locks the tabbed toolbar in place so it cannot be moved or docked. (Takes effect after restarting Take Command.)
Minimize on Close : If enabled, clicking on the Close button or pressing Alt-F4 will minimize Take Command instead of closing it. To close Take Command, select File / Exit.
MouseWheel Support for LIST : If enabled, Take Command will pass the mouse wheel messages to TCC when it detects that TCC is executing its internal LIST command.
Notify Windows Shell on File or Directory Change : Notify the system shell when changing files or directories.
Prompt on Close : Take Command will pop up a confirmation message box when exiting.
Show File Extensions : If enabled, File Explorer will always show file extensions even if they are disabled in the Windows Shell folder properties.
Show Hidden Files : If enabled, the File Explorer window will show hidden files. (You must restart Take Command after changing this option.)
Single Click to Open Folders : (Obsolete)
Update Environment on System Change : If enabled, Take Command will monitor the WM_SETTINGCHANGE message and if the environment is specified, update the environment from the User, Volatile, and System registry entries. The updates are done whenever Take Command displays a prompt (to prevent the environment from changing in the middle of a batch file).
Update Folder View on Directory Creation / Deletion : Obsolete. The File Explorer window will always be updated when folders or directories are added, deleted, or renamed.
Web Help : If enabled, Take Command will use the browser-based help (at https://jpsoft.com/help/index.htm) instead of the local help. Using web help allows you to add comments to the help topics.
Win64 File System Redirection : If disabled, overrides the default Win64 behavior of remapping windows\system32 calls to windows\SysWOW64.
Zone ID : Set the NTFS Zone ID security when running executables downloaded from the Internet. (Note that CMD never checks for the Zone ID, so setting it may introduce a minor incompatibility.)
Pseudoconsole (ConPTY): If enabled, Take Command will default to starting new tabs using pseudoconsoles. This can be overridden in the Run dialog, or the Startup Tabs options on the Tabs page.
Visual Studio-style Menu: If enabled, Take Command will put its menu in the caption bar and use drop-down menus instead of ribbon menus. (This will provide a little more room in the tab windows.)
Start Folder : The initial directory to display in the File Explorer window.
Descriptions:
NTFS Descriptions : If set, Take Command uses the Comments field in the NTFS SummaryInformation stream for each file to hold its description, instead of the DESCRIPT.ION file. The advantages are that the description will always remain with the file regardless of what program copies, moves, or renames it. The disadvantage is that you cannot attach a description to directories.
Maximum Length : Set the description length limit. The allowable range is 20 to 512 characters.
Filename : Sets the file name in which to store file descriptions. The default file name is DESCRIPT.ION.
Regular Expression Syntax:
Sets the regular expression syntax.
Shell Integration:
Command Output Folding: When starting a Take Command tab window, you will see a gutter on the left margin. The left gutter shows the "folding" triangles. A downward triangle will be displayed to the left of a command input line if that command produced output. You can click on the triangle to collapse (hide) the output and change to a right pointing triangle. Clicking on the triangle again will show the command output again. You can toggle all of the folds on and off with the "Toggle All Folds" option in the Tabs menu.
Show Marks and Result: Each command input prompt will write a "tick" mark into the vertical scrollbar on the right side of the window. If you are using TCC in the tab window, when you run a command the prompt tick mark displayed for the next prompt will be green (if the command returned 0), red (if the command returned > 0), or gray (if nothing was returned). The colors can be modified with TCMD.INI directives if desired. Using Shell Integration, you can move to the previous commands with the Ctrl-Up key; Ctrl-Down will take you back through the more recent commands. The currently selected command will have a highlight box drawn around its tick on the scrollbar. If you press Ctrl-G, Take Command will select all of the text output for that command; you can then copy it to the clipboard as though you had marked it with the mouse. If you are on the current input line, Ctrl-G will mark the output of the previous command.