|
Well there's another way that you can merge those iso parts to one iso file by using this dos command,
copy /b iso.000 + iso.001 + iso.002 + ........ + iso.00n disk.iso
you can put this line into a new text file and change the extension from .txt to .bat, then run this bat file.
|