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