SystemCallAgent

Group

Time-driven Custom Classes

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:


images/download/attachments/44937442/Custom_class_system_call_1_EN-version-1-modificationdate-1576811613899-api-v2.png

Note: The environment variable PATH will not be used, so the whole path has to be specified.

Example for Linux:


images/download/attachments/44937442/Custom_class_system_call_2_EN-version-1-modificationdate-1576811613902-api-v2.png