File size: 233 Bytes
04da94d
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
@echo off

set "source=D:\framepack_cu126_torch26"
set "destination=E:\framepack_cu126_torch26"



robocopy "%source%" "%destination%" /E /IS /IT /R:3 /W:5 /NFL /NDL
echo Existing files were overwritten where needed.
pause