Files
JeanLuc Corenthin 976ccd5009 Added Engine files to run UE's UI
#jira UE-180013
#rb none
#preflight 64220658e11ce5214fa475cf

[CL 24809951 by JeanLuc Corenthin in ue5-main branch]
2023-03-27 17:29:11 -04:00

5 lines
86 B
Batchfile
Executable File

@echo off
robocopy %1 %2 %3 /J /Z /S /R:1 /W:0 /NS /NC /NFL /NDL /NP > nul
exit /B 0