Or a simpler solution

or *nix

cat file1 file2 ...> filename

on windows 

copy /b file1 + file2... filename

where file1 etc.. = segments and filename is equal to final dvd image name.

example

cat sol1a sol1b sol1c sol1d sol1e > sol10.iso

copy /b sol1a + sol1b + sol1c + sol1d + sol1e sol10.iso

:)
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to