Rev 5921 | Rev 11220 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5921 | Rev 11210 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !! +exec+ +var+ |
1 | !! +exec+ +var+ |
- | 2 | tit:exec |
|
2 |
|
3 | type:$type_both |
3 |
|
4 | alias:!execute, !run, !call |
4 |
|
5 | syntax:!exec `command parms' |
5 |
|
6 | mean:execute external command `command' with optional parameters `parms'. \ |
6 | parameters $emph parms$emphend. $emph command$emphend must be a valid |
- | |
7 | program name in the |
7 | `command' must be a valid program name in the wims-public directory `bin'. <br/>\ |
8 | When used as variable command, returns the output of the called program. |
8 | When used as variable command, returns the output of the called program. |