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