The CLI internal command can be used to:
Command Arguments:
Argument |
Type |
Possible values |
Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
no argument |
- |
- |
Opens an instance of the Command Line Interpreter window. | ||||||||||||||||
COMMANDAPPEND |
/K/R |
user defined |
Appends the specified string to a currently displayed Command field. You can use external control codes in the string; for example, to append the names of currently selected files.
Example: CLI COMMANDAPPEND {f} | ||||||||||||||||
COMMANDSET |
/K/R |
user defined |
Replaces the contents of a currently displayed Command toolbar field with the specified string.
Example: CLI COMMANDSET notepad.exe | ||||||||||||||||
DOSPROMPT |
/O |
(no value) |
Opens a DOS prompt with the current directory set to the folder
displayed in the source file
display. | ||||||||||||||||
|
|
selfolder |
Uses the first selected sub-folder in the source display as the CD for
the DOS prompt. | ||||||||||||||||
|
|
admin |
On Vista and above, opens the DOS prompt elevated (after a UAC
prompt). | ||||||||||||||||
|
|
noadmin |
Prevents the DOS prompt from being
elevated. | ||||||||||||||||
|
|
color=<color> |
Sets the text and background colors of the DOS window. You can use this by itself, or in conjunction with the admin argument to override the default color when the prompt is elevated. The <color> value is specified with two hexadecimal digits - the first corresponds to the background color, and the second to the foreground. The allowable colors are:
Note that you must enclose the entire value of the DOSPROMPT argument in quotes when using the color parameter (otherwise the embedded = sign will confuse the command parser).
| ||||||||||||||||
|
|
nocolor |
Prevents the color of the DOS prompt from being set when
elevated. | ||||||||||||||||
QUICKCMD |
/O/R |
(no value) |
Displays the find-as-you-type field in Command mode,
which lets you enter an ad-hoc Opus command to execute in the current file
display. This lets you bind a hotkey to bring the FAYT field up in the specific
mode. | ||||||||||||||||
|
|
<command> |
Displays the find-as-you-type field in Command mode,
and initialises it with the specified
command. | ||||||||||||||||
QUICKDOSCMD |
/O/R |
(no value) |
Displays the find-as-you-type field in DOS Command
mode, which lets you enter a command to execute in a DOS
prompt. | ||||||||||||||||
|
|
<command> |
Displays the find-as-you-type field in DOS Command
mode, and initialises it with the specified
command. | ||||||||||||||||
QUICKFILTER |
/O/R |
(no value) |
Displays the find-as-you-type field in Filter mode,
which lets you filter the current file
list. | ||||||||||||||||
|
|
<pattern> |
Displays the find-as-you-type field in Filter mode,
and initialises it with the specified
pattern. | ||||||||||||||||
QUICKFIND |
/O/R |
(no value) |
Displays the find-as-you-type field in Find mode,
which lets you scroll to the first file matching the entered
string. | ||||||||||||||||
|
|
<search string> |
Displays the find-as-you-type field in Find mode and
initialises it with the specified
string. | ||||||||||||||||
QUICKFTPCMD |
/O/R |
(no value) |
Displays the find-as-you-type field in a special
mode that lets you enter a command to send directly to a remote FTP
server. This command only works when you are currently connected to an FTP
site. You can view the results of your command in the FTP log. | ||||||||||||||||
|
|
<command> |
Displays the find-as-you-type field in FTP command
mode, and initialises it with the specified
command. | ||||||||||||||||
QUICKGO |
/O/R |
(no value) |
Displays the find-as-you-type field in a special
mode ("go" mode) that lets you navigate to another folder in the
current file display. | ||||||||||||||||
|
|
<path> |
Displays the find-as-you-type field in "go" mode,
and initialises it with the specified
path. | ||||||||||||||||
QUICKRANGE |
/O/R |
(no value) |
Displays the find-as-you-type field in Range mode,
which lets you select files by index (or by a range of indices). This only
works when the Index column has been added to the file
display. | ||||||||||||||||
|
|
<range> |
Displays the find-as-you-type field in Range mode,
and initialises it with the specified range
string. | ||||||||||||||||
QUICKSEARCH |
/O/R |
(no value) |
Displays the find-as-you-type field in Search mode,
which lets you initiate a Windows Search of the current
folder. | ||||||||||||||||
|
|
<query term> |
Displays the find-as-you-type field in Search mode,
and initialises it with the specified query
term. | ||||||||||||||||
QUICKSELECT |
/O/R |
(no value) |
Displays the find-as-you-type field in Select mode,
which lets you select files in the current folder by wildcard
pattern. | ||||||||||||||||
|
|
<pattern> |
Displays the find-as-you-type field in Select mode
and initialises it with the specified
pattern. | ||||||||||||||||
QUICKTABS |
/O/R |
(no value) |
Displays the find-as-you-type field in Tabs mode,
which lets you search and switch folder
tabs. | ||||||||||||||||
|
|
<pattern> |
Displays the find-as-you-type field in Tabs mode and
initialises it with the specified
text. |