Concatenate the files ?

v_xxx_v

Baseband Member
Messages
63
i have download 5 files from sun.com ( solaris). And i'd like to concatenate five files together to get 1 file *.iso to burn to dvd
Here what i did:
Code:
C:\solaris>copy sol-10-GA-x86-dvd-iso-a + sol-10-GA-x86-dvd-iso-b + sol-10-GA-x8
6-dvd-iso-c + sol-10-GA-x86-dvd-iso-d + sol-10-GA-x86-dvd-iso-e
sol-10-GA-x86-dvd-iso-a
sol-10-GA-x86-dvd-iso-b
sol-10-GA-x86-dvd-iso-c
sol-10-GA-x86-dvd-iso-d
sol-10-GA-x86-dvd-iso-e
        1 file(s) copied.

C:\solaris>

But after it done, i just can not find the file *.iso after that !!. where does it go ?
Thanks
 
i tried to do again
Code:
C:\solaris>copy /b sol-10-GA-x86-dvd-iso-a + sol-10-GA-x86-dvd-iso-b + sol-10-GA
-x86-dvd-iso-c + sol-10-GA-x86-dvd-iso-d + sol-10-GA-x86-dvd-iso-e
sol-10-GA-x86-dvd-iso-a
sol-10-GA-x86-dvd-iso-b
sol-10-GA-x86-dvd-iso-c
sol-10-GA-x86-dvd-iso-d
sol-10-GA-x86-dvd-iso-e
        1 file(s) copied.

C:\solaris>

Follow this instuction from sun.com
For Windows:
To concatenate the files, type copy /b file1 + file2 [+ fileN] file at command prompt (file1 through fileN are the images that were downloaded. All files should be concatenated into a single file named:
"sol-10-GA-x86-dvd.iso" for x86, or
"sol-10-GA-sp-dvd.iso" for SPARC:

Once the copy is complete, you should have one image ready to be burned to a DVD.

But still cann't find that file after done
 
Back
Top Bottom