I've searched through the archives but haven't been able to find the info.
When I go to compile a program using our programming language, it starts a CMD window which creates an output file. I can see the external command being created in the output window but how can/do I capture the output from this external CMD command to get the output into the editor?
After that, how can I get the output to search for the errors?
Thanks!