Path: chuka.playstation.co.uk!scea!peter_alau@playstation.sony.com From: shade@dragonshadow.com (Scott Cartier) Newsgroups: scee.yaroze.beginners Subject: Re: Problem creating single file. Date: Mon, 13 Sep 1999 16:39:55 GMT Organization: SCEA News Server Lines: 19 Message-ID: <37dd27f6.1108063086@news.scea.sony.com> References: <7ree97$mac19@chuka.playstation.co.uk> <37DC6B8E.86FD3FCA@teleline.es> NNTP-Posting-Host: vmlabs26.vmlabs.com X-Newsreader: Forte Free Agent 1.11/32.235 >If you want build one compact data file, try msdos command >"copy" with "+" and "/b" ( binary copy ) > >example, add tims and tmd to "mydata.dat" > >copy /b image1.tim + image2.tim + model.tmd mydata.dat > >Cheers, > >Javi. This will only work if all your data files are a multiple of 4-bytes. Otherwise, the beginning of some files will not be long-aligned. If you have file A which is 3 bytes and file B is 2 bytes, doing the copy will produce a file 5 bytes long. However, there needs to be a 1 byte pad after A in order to force B to start on a long boundary. Scott