Rev 5921 | Rev 11212 | 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+ |
1 | !! +exec+ |
2 |
|
2 | tit:mexec |
- | 3 | type:$type_both\ |
|
3 |
|
4 | This command is only available for `trusted' modules of the site. |
4 | site. |
5 | |
5 | $type_both |
- | |
6 |
|
6 | syntax:!mexec `command parms' |
7 |
|
7 | mean:execute a module-private external command `command' with optional parameters `parms'. \ |
8 | with optional parameters $emph parms$emphend. $emph command$emphend must |
- | |
9 | be a valid program name |
8 | `command' must be a valid program name in the module's home directory. But the command is\ |
10 |
|
9 | executed from the base directory of the server. <br/>\ |
11 | When used as variable command, returns the output of the called program. |
10 | When used as variable command, returns the output of the called program. |