📚Run .bat Script
“Script” is just your batch file code
If you just want to quickly run a .bat script you can use the “Run .bat Script” node. This allows you to run a .bat script but without a return value. Instead of a return value, you get better performance, a fail-saver node, and no waiting times like on the async node. An example as the “Script” input would be “start cmd /k echo Hello, World!”. This creates when executed a new cmd window which says “Hello, World!”.
Last updated