๐Ÿ“š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