[SOLVED] - System Command and console output

Hello
I m trying to launch a system command and get the ouput command from a simple main. This is working perfectly on a standard Linux:
https://onlinegdb.com/B1uKGflAQ

When I embed this on the mangOH, I didn’t get the ouput console.
Have you any suggest to solve this ?

Regards,

Hi

I found out a trick in the adef file, I add teh following line :slight_smile:
sandboxed: false

and it works

1 Like