rem : batchfile automatically created by chainsaw rem : use this batchfile to put the chunks together again rem: $CRC32=8937635C @if not exist "mistyk.pk3" goto reassemble @echo *** Cannot start reassembly: file already exists *** @pause @goto end :reassemble copy /b "mistyk.pk3.chunk001" + "mistyk.pk3.chunk002" "mistyk.pk3" del "mistyk.pk3.chunk001" del "mistyk.pk3.chunk002" copy /b "mistyk.pk3" + "mistyk.pk3.chunk003" "mistyk.pk3" del "mistyk.pk3.chunk003" del "mistyk.pk3_Merge.bat" :end