...
For example, the following UCMD Manager command can be used from Windows or UNIX to request execution of the command reference cref100 and pass it options opt1 and opt2:
Panel | |
---|---|
Html bobswift | ucmd -c "cref100 opt1,opt2" -cmd_type cmdref ...
</pre>
|
Command references can define any valid command type, such as commands and scripts.
...
The following command reference executes a ucopy command to read a file.
Panel | |
---|---|
Html bobswift | # Command reference to read a file.
#
-format cmd
-type shell
</pre>
ucopy \application\file.txt
</pre>
|