[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
OXshell はシステムのコマンドを ox server より実行する仕組みである. 詳しくは OpenXM/src/kan96xx/Doc/oxshell.oxw および OpenXM/doc/Papers/rims-2003-12-16-ja.tex を見よ.
18.0.1 oxshell.get_value | ||
18.0.2 oxshell.oxshell | ||
18.0.3 oxshell.set_value |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
oxshell.get_value
: It get the value of the variable NAME on the server ox_shell.
Example:
oxshell.set_value("abc","Hello world!"); oxshell.oxshell(["cp", "stringIn://abc", "stringOut://result"]); oxshell.get_value("result"); |
References:
oxshell.oxshell
,oxshell.set_value
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
oxshell.oxshell
: It executes command L on a ox_shell server. L must be an array. The result is the outputs to stdout and stderr.
Example:
oxshell.oxshell(["ls"]); |
References:
ox_shell
,oxshell.set_value
,oxshell.get_value
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
oxshell.set_value
: It set the value V to the variable Name on the server ox_shell.
Example:
oxshell.set_value("abc","Hello world!"); oxshell.oxshell(["cat", "stringIn://abc"]); |
References:
oxshell.oxshell
,oxshell.get_value
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] |
This document was generated by Nobuki Takayama on January, 28 2008 using texi2html 1.76.