Exec CMD
Exec CMD (Have Process)
Run the Windows command line in the blueprint non-blocking and output the return value, and can monitor the output content from time to time.
You can run a program directly (enter the full path of the program)
You can run the bat script directly, and run any operation you want in the bat script.
Cmd : The command or file to be executed.
Code Page : The character encoding returned by the execution command, the default is CP_OEMCP.
Process : Return output information when running.
Result : Return all output information at once after running.