π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