Alright, I had read all that, but it didnt make any sense to me.
I used the command prompt last night and typed:
/b file1+file2+file3+file4+fi
and it didnt work. Do I have to type the full path 1st ?
Main Topics
Browse All TopicsI downloaded Solaris 10 yesterday, and the dvd version came as 5 files (approx 429MB). I have to merge/join the files into one big iso, so that I can burn it and install it. How do I do it ?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi,
Please check you have done the following:
1. Unzip the files
2. Open a command prompt (Start > Run > type cmd, press Enter)
3. Browse to the folder where the unzipped files are (cd "c:\My Solaris ISO Files")
4. Considering that you are in the folder containing the files command prompt, type
copy /b file1+file2+file3+file4+fi
4a. Check that the files have no extension. If they have, the command changes to something like:
copy /b file1.ext+file2.ext+file3.
4b. If there aren't *any* other files in the folder, typing this should be enough:
copy /b *.* dvd_file.iso
cheers
Glad it worked.
One thing, is it is Bootable, it means that if it is in the dvd-drive when you start the computer, it will boot from the DVD, not Windows from the hard drive. If this doesn't happen when you restart your PC, you have to go into the BIOS and change the Boot order, so that the system reads the DVD drive first, hard-drive after.
I don't know if the DVD is executable from Windows (though I don't think it is). For that you would find some kind of exe file in the root of the DVD. But again, I doubt it.
Anyway, I think you are probably trying to install solaris on a computer with Windows XP. Please read (take it as guidelines, not as pure truth; I'm don't know how solaris installs, so please be aware while installing):
http://www.answerbag.com/q
"Can I run Solaris 10 and Windows XP on the same computer?
[...]
Yes, but you have to install Solaris 10 first, and let XP manage the partitions after installing second."
http://forum.sun.com/threa
Well, I can't bet my money on it, but it would have to be a very stuuuuupid setup if it messed up your hard-drive without you confirming the installation.
It *should* be something like installing windows XP, using the installation CD. But if you have only one hard-drive, then you should partition it if you want to install before getting a second one.
You only want to check if it works, so I guess you can just let it run, and then reboot after the initial setup part (the boot up process). You could also use a virtual machine to test it:
http://www.vmware.com/supp
Business Accounts
Answer for Membership
by: acsevenPosted on 2005-06-22 at 05:00:04ID: 14274248
Hi,
e/solaris/ download_i nstruction .xml
Please read this article:
http://www.sun.com/softwar
"Sun has broken the Solaris 10 DVD image into five parts. To reconstitute the full DVD image:
* download the five parts for the platform of your choice,
* unzip the individual files,
* concatenate the five files
[...]
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."
Cheers