#1
|
|||
|
|||
getting the output of the console
I wrote a script, which executes different exe and batch files using the run methods. Its working quite well, but how can I get the output of the console. I want to display it in the builder window using Builder.LogMessage(). I cant use the LASTSTEP_OUTPUT Macro because I am running these batch files within my scripts.
Is there a possibilty?? Thanks |
#2
|
|||
|
|||
If you're using Builder.RunProgramEx, it will automatically log any captured output to the build view / log file if the logOutput parameter is True (the default).
|
|
|