cant install solaris

im haveing a problem figuring out how to make a instilation dvdi have all the segments but it says to combine them useing a line of code in msdos... i cant quite figure out what im supposed to type into dos... if anybody could help me i would appreciate it very much
[273 byte] By [unh0lygh0sta] at [2007-11-27 7:28:54]
# 1
You are in the wrong forum. This forum is for Java programming questions. You want the forum called Solaris which you can find here http://forum.java.sun.com/index.jspa?tab=solaris
cotton.ma at 2007-7-12 19:09:02 > top of Java-index,Java Essentials,New To Java...
# 2
I seriously doubt that Sun would include instructions on how to install Solaris over MS DOS...
jwentinga at 2007-7-12 19:09:02 > top of Java-index,Java Essentials,New To Java...
# 3

> I seriously doubt that Sun would include instructions

> on how to install Solaris over MS DOS...

He's probably downloading the "pieces download" (as oppossed to the large single image) of the x86 Solaris 10 version on his pc, which then need to be joined to create the single large image.

@OP You are looking for copy /b

, I believe, but I don't remember exactly how the command goes. I believe copy /b <name of first image piece> .... <name of last image piece> <name of large image>

but don't quote me on that.

masijade.a at 2007-7-12 19:09:02 > top of Java-index,Java Essentials,New To Java...