You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#jira UE-180013 #rb none #preflight 64220658e11ce5214fa475cf [CL 24809951 by JeanLuc Corenthin in ue5-main branch]
5 lines
86 B
Batchfile
Executable File
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 |