Page 1 of 1

How to call unix shell script from the sequences

Posted: Mon Jan 22, 2007 10:22 am
by chandankambli
Pls. help me.

How to call unix shell script from the sequences?

Posted: Mon Jan 22, 2007 10:39 am
by DSguru2B
Look into Execute Command Stage.

Posted: Mon Jan 22, 2007 11:06 am
by chandankambli
DSguru2B wrote:Look into Execute Command Stage. ...
you meant ExecCommand with command and parameters.

how to get/store the return value of that command after the execution, will you pls. tell me?

Posted: Mon Jan 22, 2007 11:12 am
by narasimha
You can get the return value by using .$ReturnValue in the expression of the Execute command Avtivity.

Posted: Mon Jan 22, 2007 11:13 am
by DSguru2B
Have a link coming out of it to a job or wherever you want to store it. Use Activity variable options ($CommandOutput,$ReturnValue) will get you what you want.