Mcmd Commander Command Explanation and description |
Mcmd belongs to the command Line Extension interpretation tool, the software is based on Delphi completion, command parameters imitate Pecmd, the function is roughly the same. |
_skip |
defines the sub-procedure and proceeds to the next command of the call command that invokes the child procedure.
lattice |
_skip < sub-process name; |
function |
parameter |
sub-procedure name. |
example |
_skip @SHELL |
note |
※_skip and _end is only the corresponding C The all command executes, and the main process skips these commands. ※ this command and the _end command cannot be used on the command line, other references to _end command description. ※the Sub-procedure can be called anywhere in the configuration file by the call command in the same profile, and is recommended at the beginning of the file. ※ this command and the _end command cannot be used on the command line, other references to _end command description. |
|
_end |
Format |
_end < sub-process name > |
Function |
The child procedure definition ends and proceeds to the next command of the call command that invokes the child procedure. |
Parameters |
The child procedure name. |
Example |
_end @SHELL |
Note |
※ The _skip command and the _end command defining a sub-procedure must be a separate line. The ※_end command must match the _skip command one by one, and other sub-procedures can be called within the child procedure. ※ This command and the _skip command can only be used in the configuration file and cannot be used at the command line. |
|
Pager |
Format |
Call < sub-procedure name > |
Function |
Calling a child procedure |
Parameters |
Call the child procedure, and the parameter is the child procedure name. |
Example |
Call SHELL |
Note |
※ called sub-procedure: The call command can only invoke sub-procedures within the same configuration file, the call command calls the function of the child procedure cannot be Command line, additional references to the _skip and _end commands are described. |
|
|
Note: Other command functions are in the development of ......
Mcmd Commander Command Explanation and description