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