Hi Dave,
``````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````
${output}= Run Process D:\\Alert\\stack.bat alias=myproc stdout=True stderr=D:\\Alert\\error.txt
${stdout} = Get Process Result myproc stdout=true
``````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````
In code executing batch file by using "Run Process" keyword is flashing the code.This consumes 4 min time.Usually while flashing the code it prints sequence of steps.
Here by using "Get Process result" it is printing the output in console window ,once after finishing the execution of batch file completely.
But i want the output to print parallelly at the time of execution.Is there any keyword that supports printing output in console window at parallel time execution.