cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
pandy420
Level 2

How to output command line to console/log file

When we are using "Execute Script/Batch file" action in IA2012, is it able to output the command line and echo command in the batch file to the log file or console? And how?
Thanks in advance!
Labels (1)
0 Kudos
(1) Reply
pandy420
Level 2

I just find the way to out this command information:

Make sure to store process's stdout in variable $EXECUTE_STDOUT$, and then use System.out.println to output it to console/log file in a custom code.
0 Kudos