Executes or launches other Windows-based applications, command-line applications, or batch files.
You can include any parameters within your command string that the executing command supports.
The number of bytes you expect the output of the command to be.
Entering a number slightly larger than the output size you expect leads to more efficient memory use. The command runs even if you exceed this size, but memory is used less efficiently.
Default: 4096
A Boolean value that determines whether this node continues running until the command finishes running.
True | This node keeps running until the command finishes running. The standard output and standard error values are available when the command finishes running. |
False | This node finishes running immediately after executing the command. The command runs in the background, and the standard output and standard error values are not available when the command finishes running. |
The command this node calls to run a program.
If the executable is not in a directory listed in the PATH environment variable, the command line must contain the full path to the executable. To use a command that must be executed directly from a command prompt window, insert cmd /c before the command.
The text to pass to the command line as standard input.
Error conditions that occur before this node runs. The node responds to this input according to standard error behavior.
Default: No error
The errors returned by the executable program.
If wait until completion is set to False, this node returns an empty string.
The system-dependent exit code that the command returns.
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported