workflows / commandos /copy-frame-d-to-e.bat
Luis-Filipe's picture
Upload 94 files
04da94d verified
@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