The external program could write to a file, or do a cout to console. There is a C function "popen" in stdio that could receive such a stream, but I'm not sure if stdio is available in Zorro.

Perhaps you could give a short code snippet on how to call a command line command from Zorro as an example?