The internet communication server allows to execute commands provided by extension libraries.
ics exec ICSSERVICE [-|/]cfg configuration-file [-|/]lib extension [-|/]libcmd extension-command
The exec command executes the command specified by the libcmd option of the extension specified by /lib.
Each extension may server an arbitrary number of commands. If an extension provides the extension execution interface it shall support the help command, thus
ics exec ICSSERVICE [-|/]cfg configuration-file [-|/]lib extension [-|/]libcmd help
will list the commands and the options provided by the extension
Only extension commands will be executed which are configured to be loaded via the configuration file, therefore the corresponding configuration file needs to be specified
Whether the server must run if an extension command is executed depends on the extension library.