Re: [staf-users] How to call function with different arguments

2011-08-04 Thread Prasant Biswal
t;> >> 'local' >> 'Run.exe -A=%s -B=%s -C -D=%s -E' % (argA, >> argB, argD') >> >> >> 'Process RC: %s, STAFResult: %s, STAXResult: %s' % >> (RC, STAFResult, STAXResult) >&g

Re: [staf-users] How to call function with different arguments

2011-08-04 Thread Sharon Lucas
From: Prasant Biswal To: staf-users@lists.sourceforge.net Date: 08/04/2011 09:18 AM Subject:[staf-users] How to call function with different arguments Dear Stafusers Can you please help with below problems: 1.Can it possible to run an exe with multiple variable (some varia

[staf-users] How to call function with different arguments

2011-08-04 Thread Prasant Biswal
Dear Stafusers Can you please help with below problems: 1.Can it possible to run an exe with multiple variable (some variables will not change and some i need to read from a config file ) For example :Suppose i need to run the Run.exe using a multiple arguments: Run.exe -A=abc -B=bcd -C -D=xyz -E