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.
Value
Meaning
CP_ACP
The system default Windows ANSI code page.
Note This value can be different on different computers, even on the same network. It can be changed on the same computer, leading to stored data becoming irrecoverably corrupted. This value is only intended for temporary use and permanent storage should use UTF-16 or UTF-8 if possible.
CP_MACCP
The current system Macintosh code page.
Note This value can be different on different computers, even on the same network. It can be changed on the same computer, leading to stored data becoming irrecoverably corrupted. This value is only intended for temporary use and permanent storage should use UTF-16 or UTF-8 if possible.
Note This value is used primarily in legacy code and should not generally be needed since modern Macintosh computers use Unicode for encoding.
CP_OEMCP
The current system OEM code page.
Note This value can be different on different computers, even on the same network. It can be changed on the same computer, leading to stored data becoming irrecoverably corrupted. This value is only intended for temporary use and permanent storage should use UTF-16 or UTF-8 if possible.
CP_SYMBOL
Symbol code page (42).
CP_THREAD_ACP
The Windows ANSI code page for the current thread.
Note This value can be different on different computers, even on the same network. It can be changed on the same computer, leading to stored data becoming irrecoverably corrupted. This value is only intended for temporary use and permanent storage should use UTF-16 or UTF-8 if possible.
CP_UTF7
UTF-7. Use this value only when forced by a 7-bit transport mechanism. Use of UTF-8 is preferred.
CP_UTF8
UTF-8.
Process : Return output information when running.
Result : Return all output information at once after running.