C.2 Run API - rv.R#
<i>
[1] Summary#
The Run API function executes shell commands.
Block Tags |
Description (doc scope) |
|---|---|
_[[WIN]] label, wait;nowait |
Windows command script (all) |
_[[MACOS]] label, wait;nowait |
Mac shell script (all) |
_[[LINUX]] label, wait;nowait |
Linux shell script (all) |
COMMAND | path | parameters
|
R/W |
input types |
|---|---|---|
| LINUX | path | wait;nowait |
R |
.sh |
| MACOS | path | wait;nowait |
R |
.sh |
| WIN | path | wait;nowait |
R |
.bat, .cmd |
<i>
[2] _[[WIN]] : batch commands#
_[[WIN]] *nowait;wait*
batch command
batch command
...
_[[Q]]
text, pdf, html
<i>
[3] _[[MACOS]] : shell commands#
_[[MACOS]] *nowait;wait*
shell command
shell command
...
_[[Q]]
text, pdf, html
<i>
[4] _[[LINUX]] : shell commands#
_[[LINUX]] *nowait;wait*
shell command
shell command
...
_[[Q]]
text, pdf, html
<i>
[5] | WIN | - command script#
reads .txt, .cmd, .bat files
<i>
[6] | MACOS | - shell script#
reads .sh files
<i>
[7] | LINUX | - shell script#
reads .sh files