πŸ“šGet .bat File Content

The path you need to input should be like this:

X:\Example\Example\MyBatchFile.bat

To get the contents of a batch file you can use the β€œGet .bat File Content” node. This simply gets the script/content of the file. In our example, the return string would be β€œstart cmd /k echo Hello, World!”

Last updated