Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
commandexecutordocumentation [2022/01/09 19:33] wikiadmin |
commandexecutordocumentation [2022/01/09 21:02] (current) wikiadmin |
||
---|---|---|---|
Line 15: | Line 15: | ||
The Output of this Bean is the text which would be generated if the command were executed in a command shell or terminal. | The Output of this Bean is the text which would be generated if the command were executed in a command shell or terminal. | ||
- | ===Examples=== | + | ===Run a Simple Command=== |
<note important> | <note important> | ||
Line 33: | Line 33: | ||
</ | </ | ||
+ | ===Running a .sh or .bat=== | ||
- | ===Using in a Script=== | + | You can use the Command Executor to run a Linux .sh or Windows .bat. Example commands for Linux and Windows are: |
+ | <code text> | ||
+ | | ||
+ | </ | ||
+ | |||
+ | <code text> | ||
+ | cmd /c start .\\reports\\run_report.bat | ||
+ | </ | ||
+ | |||
+ | ===Passing Parameters=== | ||
+ | |||
+ | An Array Value Object can be constructed (either by script or using a StringToArray, | ||
===Configuration=== | ===Configuration=== |