Executable Invoker DSC

Version 3 by Kendy Yus
on Nov 03, 2008 14:50.

compared with
Current by Lachlan Aldred
on Apr 01, 2009 16:14.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (7)

View page history
h3. Operation Title: Invoke Executable   (invokeExecutable)
Invoke Executable: Invokes an executable file with command parameters and saves the output stream of the process into a string variable.
|| Input Parameter || Type || Description || Editor ||
| Executable Name | java.lang.String | The pathname of the executable file | | |
| Invocation Parameters | java.lang.String | Parameters to be used for invocation, the first parameter is the executable command name. | | |
 


|| Output Parameter || Type || Description ||
| Standard Output | java.lang.String | The process variable to store standard output of executing the executable |
| Standard Error | java.lang.String | The process variable to store standard error of executing the executable |
| Exit Value | int | The process variable to store the exit value of executing the executable. 0 for successful execution, otherwise non 0 value is returned |