SystemCallAgent
Group |
|
Class name |
com.ebd.hub.datawizard.util.SystemCallAgent |
Function |
This class allows you to execute a system call. |
Configuration File |
None. The system call components are specified in field Configuration file. |
Description
This class allows you to execute a system call. The system call components are specified in field Configuration file (separated by commas, without whitespaces).
If you want to change the default delimiter (comma), you can use the prefix DELIM: followed by the new separator (exactly one character). So, for example, DELIM:#test.bat instead of test.bat
Examples
Example for Windows:
Note: The environment variable PATH will not be used, so the whole path has to be specified.
Example for Linux: