Hi all,
here is what I need.
I want to run shell script using execUnix command in ScriptBuilder.
let it be(test.sh)
#!/bin/sh
x=5
echo $x
ExecUnix command should be as
command string: /path../test.sh
return string : izb
return value : ret
When I trace the variable izb, it is empty string. izb iz char[10], I expect only 2 char to be returned as result of executing ExecUnix.
Could anyone check this all, and inform me what I am doing wrong?
Thanx in advance.
GuzaPasha
here is what I need.
I want to run shell script using execUnix command in ScriptBuilder.
let it be(test.sh)
#!/bin/sh
x=5
echo $x
ExecUnix command should be as
command string: /path../test.sh
return string : izb
return value : ret
When I trace the variable izb, it is empty string. izb iz char[10], I expect only 2 char to be returned as result of executing ExecUnix.
Could anyone check this all, and inform me what I am doing wrong?
Thanx in advance.
GuzaPasha