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