help/en/hlp_cmd.txt
author Myhailo Danylenko <isbear@ukrpost.net>
Thu, 30 Jun 2011 16:10:03 +0300
changeset 29 5b0349cbc6a7
parent 0 72ffcc3c584e
permissions -rw-r--r--
Remove api.h
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
72ffcc3c584e Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     1
72ffcc3c584e Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     2
 /CMD command
72ffcc3c584e Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     3
72ffcc3c584e Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     4
Executes specified shell command and sends it's output to current buddy.
72ffcc3c584e Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     5
Shell may be specified explicitly with option cmd_shell or be autodetected from environment.
72ffcc3c584e Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     6
Usually stderr is discarded, but you can enable its redirection using option cmd_redirect_stderr.