Calling from generated Java code to an EXEC or BAT file

EGL provides two functions for calling a system command or an EXEC or BAT file:

sysLib.callCmd()
This function transfers control to the specified command or file. When the invoked logic ends, control returns to the calling EGL program.
sysLib.startCmd()
This function invokes the specified command or file and keeps running.