Path: chuka.playstation.co.uk!news From: Javier Ventoso Newsgroups: scee.yaroze.beginners Subject: Re: Problem creating single file. Date: Mon, 13 Sep 1999 05:12:14 +0200 Organization: PlayStation Net Yaroze (SCEE) Lines: 32 Message-ID: <37DC6B8E.86FD3FCA@teleline.es> References: <7ree97$mac19@chuka.playstation.co.uk> NNTP-Posting-Host: 195.235.211.239 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: en 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. DeL wrote: > Hi all > > I'm trying to create a single DATA file of my demo, I've tried doing it this > way: > > siocons auto // Load program into yaroze > > // Exit program > > // Press F10 then F4 to access dsave[x] > > At this point I type in this: > > dasave[1]: data 80090000 40000 > > At this point the yaroze screen says it has completed but no prompt back on > the dos screen what's going wrong?