cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
15357
Views
14
Helpful
4
Replies

Merge two ISO parts in 1 part

alsayed
Level 1
Level 1

Hi

I download 7.1 call Manager in a split iso file,question is what is the command to merge these 2 parts in on iso file,

Pls Pls Mention breifly the full command

thanks

4 Replies 4

Leo Laohoo
Hall of Fame
Hall of Fame

a. If you have a Unix/Linux system, enter (copy and paste) the following command into the CLI:

cat UCSInstall_UCOS_8.5.1.10000-26.sgn.iso_part1of3 UCSInstall_UCOS_8.5.1.10000-26.sgn.iso_part2of3 UCSInstall_UCOS_8.5.1.10000-26.sgn.iso_part3of3 > UCSInstall_UCOS_8.5.1.10000-26.sgn.iso

b. If you have a Windows system, enter (copy and paste) the following command into the command prompt (cmd.exe):

COPY /B UCSInstall_UCOS_8.5.1.10000-26.sgn.iso_part1of3+UCSInstall_UCOS_8.5.1.10000-26.sgn.iso_part2of3+UCSInstall_UCOS_8.5.1.10000-26.sgn.iso_part3of3 UCSInstall_UCOS_8.5.1.10000-26.sgn.iso


Step 3 Use an md5sum utility to verify that the MD5 sum of the final file is:

0c32c562fce5b5be5d9b8f01c749b63f UCSInstall_UCOS_8.5.1.10000-26.sgn.iso


Please don't forget to rate our useful posts.  Thanks.

Ganesh Hariharan
VIP Alumni
VIP Alumni

Hi

I download 7.1 call Manager in a split iso file,question is what is the command to merge these 2 parts in on iso file,

Pls Pls Mention breifly the full command

thanks

Hi,

There are plenty of ways to combine .ISO files. You can for example use a tool like UltraISO. Just open the second ISO file, extract the files to your harddrive. Then open the first ISO file, add the files from the second ISO on your harddrive to the first one, write it to a new file, burn it with a tool like Nero or so and try.

Hope to Help !!

Ganesh.H

I was also looking for this. Thank you so much for sharing this information with us. Can you help me more, please? I extract the file in harddrive but these files are not showing me anywhere. How can I find them? I extract these files in my website data folder. Other data is showing but these extract files are not showing.

darren.g
Level 5
Level 5

alsayed@litani.gov.lb

Hi

I download 7.1 call Manager in a split iso file,question is what is the command to merge these 2 parts in on iso file,

Pls Pls Mention breifly the full command

thanks

Doing it in DOS (windows CMD etc) is easy

copy iso-part-1.ext /b + iso-part-2.ext /b iso-complete.iso /b

You could also google a little utility called "hjsplit" which breaks up/joins large archives to/from pieces.

Cheers.