๐Run .bat File

The path you need to input should be like this:
X:\Example\Example\MyBatchFile.bat
To run any .bat file or the file weโve created using the Create .bat File node you can use the โRun .bat Fileโ node. This node just runs the .bat file. The result of it when using โstart cmd /k echo Hello, World!โ should be a new cmd window that opens up saying โHello, World!โ. The path should look like this โX:\Unreal Engine\MyBatchFile.batโ
Last updated