PDA

View Full Version : getting the output of the console


pinorrix
09-21-2004, 10:21 AM
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

kinook
09-21-2004, 10:32 AM
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).