Issue Details
The VI System Exec is used to execute code in form of command line such as you can do from the Windows "Command Prompt" and also known as "CMD".
LabVIEW can run a script executed by this Windows "Command Prompt".
The behavior of the vi can be:
- If "wait until completion?" is set to "True"

Result of this script is redirected to LabVIEW in the "Standard Output" terminal of "
System Exec". If the terminal "run minimized?" is set to "False" such as the example, the console will be displayed but empty
- If "wait until completion?" is set to "False"

The script is executed asynchronously and LabVIEW proceed his own execution without waiting the completion of the command. In that case, you can observe the execution on the "Command Prompt" Window but the "Standard Output" terminal will be empty.
Is there any way to see the execution in the "Command Prompt" Window and also get the Output command to process the result in LabVIEW?