[2024-10-07] Alt.Binz 0.48.4.7
Is this script run after the entire download is finished (par-checked and unpacked)?
@ECHO OFFif exist "%1\*.001" (TITLE joiningset d=%1set u=%2if "%2"=="" set u=%1if not exist "%2" (md %2)for /f %%a in ('dir /b %1\*.001') do ( call :SUB %%a)Echo joined!pause)goto :eof:subcopy /b "%d%\%~n1.*" "%u%\_%~n1" del "%d%\%~n1.*" > nulgoto :eof