π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