| @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 | |
| @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 | |