📚Create .bat File

The directory you need to input should be like this:
X:\Example\Example\
The File Name should be like this:
Example
“Script” is just your batch file code
To create a .bat (Batch) file you can use the “Create .bat File” node. Inputs are “Script” in which you should input the script/content of your .bat file. An example for that is to use “start cmd /k echo Hello, World!”. This creates when executed a new cmd window which says “Hello, World!”. For the File Name you can choose any name you want but without setting the file type. (e.g. “MyBatchFile”. NOT “MyBatchFile.bat”). The last part is the directory you need to input. This is just where the file gets saved (e.g. “X:\Unreal Engine\”)
Last updated