Getting a Batch file "Echo"

Hi, (once again...)

I have been trying without succes to get the console output from a Batch file I am running in FinalBuilder into a variable.

The problem I have right now is that I got a whole string stating "Starting Directory: ..... Program returned code : 0"

But I only want the actual output from my *.bat

Is there a way to do this perhaps with a little Script ?

I'm currently using the Run DOS Command / Batch File action.

Best regards,

Luc

Hi Luc,

You can disable the logging of the command parameters by disabling the ‘Log Process Parameters’ property which can be done in either the action properties tab or from action’s BeforeAction script event.

Regards,
Paul.