Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!mcvax!kth!sunic!dkuug!iesd!richard From: richard@iesd.dk (Richard Flamsholt S0rensen) Newsgroups: comp.sys.ibm.pc Subject: Re: Help w/appending files Message-ID: <2061@iesd.dk> Date: 13 Jun 89 20:42:16 GMT References: <8906091823.AA06940@cunixa.cc.columbia.edu> Sender: richard@iesd.dk Organization: Dept. of Computer Science, University of Aalborg Lines: 11 In-reply-to: cmm1@CUNIXA.CC.COLUMBIA.EDU's message of 12 Jun 89 15:32:56 GMT >Is there a way to force a file with a filename that already exists to >append itself to the end of the previous file rather than overwrite the >old one? I am writing a DBaseIV application that creates a report and I'm not quite sure how DBaseIV could handle this, but if your application program supports access to DOS, one way of getting round is by writing something like COPY OldFile.DBF + NewFile.DBF OldFile.DBF This simply adds your old file to the new extension and - voila !