Get output from command line or console application

We get the output of the command line and console applications. The output can be obtained both after the termination of the running application, and in real time, during the execution of long-term operations.

Options

cmdline - command line command or path to console application with parameters

Result

The text returned by the command line or application.
To get the result in real time, specify where to output the text, as in the example on lines 54-57.

Author: admin