On 5/23/2024 12:16 AM, Lawrence D'Oliveiro wrote: > And also implicit in all this is that the command will be executed by > sending a request to some CLI/shell. You can start a process with no CLI. SYS$CREPC or some $ RUN commands. But yes if you want to use command line arguments then you need a command line interface present. Arne