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