๐Run .bat Script with Return Message

โScriptโ is just your batch file code
A good example you could try when using the โRun .bat File with Return Messageโ node is:
โsysteminfoโ or โtasklistโ
You can also use the "systeminfo /fo CSV" command and combine the string output of the async node with the systeminfo /fo CSV to Struct node in order to get a struct containing every information about the system.
Last updated