On 20 Dec 2002 at 3:40, Phoebus Dokos wrote:

< [snip] 
> Additionally when I downloaded the files from sourceforge they ended up being 713 
> Megs (I had to overburn the disk to fit it)... The MD5sums checked out and the 
>joining 
> was performed under WinXP in cmd in the following manner:
> 
> copy /b cdxxa + cdxxb > cdtemp /b
> then again copy /b cdtemp + cdxxc cdtemp1 /b (I used two temp files... theoretically 
>you 
> can do it in one go but the binary copy sometimes acts very weird under Windows NT 
> cmd.
> 
> Anybody else got that file size and if not am I doing something VERY wrong there?

Try using the /b option behind *every* filename,
and omitting the ">", e.g.

copy cdxxa /b + cdxxb /b cdtemp /b

Bye,
Peter

Reply via email to