Is it possible to run an console style application via an addon and display that output into the console output box?
I can run the command all day long via the addon with no issue, the problem I am having is capturing the output of the command and slapping it into the console output window.
I was going to run the command “cmd.exe /c xfgbuild > log.txt” and just print the contents of the log.txt on the screen. However if you go to dos and type “xfgbuild > log.txt” it actually does not redirect all output into the file. So that is not an option here.
I could do it as a build system, but unless you can make an addon run a build system that doesn’t make sense in my case.
TIA