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