cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
tcasling
Level 3

Running a batch file, how do I see result

If i execute a script or batch file, how do i see any output generated. for example if i want to start a Windows service and it fails, how can i display the failure message to the user?
Labels (1)
0 Kudos
(1) Reply
jerome_IA
Level 9

tcasling wrote:
If i execute a script or batch file, how do i see any output generated. for example if i want to start a Windows service and it fails, how can i display the failure message to the user?


In execute script action, when "Suspend installation until process completes" is checked, you have by default the following variables: $EXECUTE_STDOUT$, $EXECUTE_STDERR$ & $EXECUTE_EXITCODE$ that you can use to display status message.

--Jerome
0 Kudos