Take Command / TCC Help v. 13.03

Help File

Hide Navigation Pane

Help File

Previous topic Next topic No directory for this topic No expanding text in this topic  

Help File

Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

Comments (...)

The installers for Take Command and TCC/LE include TCMD.CHM, a help file in Window's compiled HTML format. That file includes description and syntax for all commands, variables and functions, as well as reference information to assist you in installing and using Take Command and developing batch files, aliases and functions. Take Command uses the default Windows help system to display the contents of tcmd.chm. Under most configurations, Windows will remember the last used settings (window size, tab selected, etc.) for that file. Once you've started the help system with F1 or the HELP command, you can use standard Windows HTML Viewer (HH.EXE) keystrokes to navigate. For more information, see your Windows documentation.

 

The help is also available on our web site as a PDF file.

 

You can request help at the prompt from the Help menu, by typing HELP (or HELP plus a command name), or by pressing the F1 key at any time when TCC is accepting keyboard input at the prompt. If you use the HELP command by itself you will be taken to an introductory page, but if you follow the command with a topic name (e.g. help copy) you will see help on the requested topic if available.

 

If you type a command name on the line and then press F1, the help system will provide context sensitive help by using the first word on the line as the help topic. For example, if you press F1 after entering each of the command lines shown below you will get the display indicated:

 

[c:\]

Overview

[c:\] copy * a:

Help on the COPY command

[c:\] c:\util\map

"The page cannot be displayed"

 

You can use this feature to obtain help directly on any topic, not just on commands. All internal commands, internal variables, variable functions, and key mapping directives have their own topic, allowing you to directly query, for example, help @eval (help for the @eval[] function) or help _disk  (help for the _DISK internal variable).

 

You can also invoke help for the word immediately above (or immediately to the left of) the cursor by pressing the Ctrl-F1 key. This feature is especially useful when you need the syntax for a variable function.

 

If the topic you seek is not listed, look for a suitable cross reference from the Index tab or use the Search tab. The topics you use most often can be stored and recalled through the Favorites tab.

 

Quick Syntax Help:

 

If you just need a quick reminder of an internal command's syntax, type the name of the command at the prompt, followed by a slash and a question mark /?  For example:

 

copy /?

 

TCC will display the syntax and the valid options for the command.

 

If you are running TCC or TCC/LE in a Take Command tab window, and you enter an internal command name, Take Command will display quick help for that command on the status bar.  If you move the mouse over the status bar, Take Command will display a more detailed tooltip help window.

Comments (...)