Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

Anchor
1047550
1047550
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

<pre>
ucmd -c "cref100 opt1,opt2" -cmd_type cmdref ...
</pre>


Anchor
1046941
1046941
Command references can define any valid command type, such as commands and scripts.

...

Anchor
1046944
1046944
The following command reference executes a ucopy command to read a file.


Panel

Html bobswift

<pre>
# Command reference to read a file.
#

-format cmd
-type   shell

</pre>

<eof>

Html bobswift

<pre>

ucopy /application/file.txt
</pre>

Anchor
1046946
1046946