Author Topic: CMD Compiiler  (Read 2881 times)

HarryStar

  • New Community Member
  • Posts: 1
  • Hero Points: 0
CMD Compiiler
« on: January 10, 2021, 06:31:13 PM »
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!