Hello,
Each EXE is executed within its own process or run-unit, so it is not possible to call an EXE. Instead, you will need to create another run-unit from which you execute the EXE. You can find the descriptions of CBL_EXEC_RUN_UNIT from the documentations.
Here is also a demo: (Please visit the site to view this file)
Regards,