Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uunet!tut.cis.ohio-state.edu!ucbvax!agate!darkstar!ucscb.UCSC.EDU!mee From: mee@ucscb.UCSC.EDU (Kevin Kahl) Newsgroups: comp.sys.ibm.pc Subject: Re: 4DOS file concatenation problem Keywords: 4DOS 3.0 Message-ID: <2196@darkstar.ucsc.edu> Date: 29 Mar 90 18:49:42 GMT References: <2143@darkstar.ucsc.edu> <4018@nmtsun.nmt.edu> <2161@darkstar.ucsc.edu> <5563@jarthur.Claremont.EDU> Sender: usenet@darkstar.ucsc.edu Reply-To: mee@ucscb.UCSC.EDU (Kevin Kahl) Distribution: na Organization: UCSC Open Access Lines: 20 In article <5563@jarthur.Claremont.EDU> jmerrill@jarthur.Claremont.EDU (Confusion Reigns) writes: >Is there an easy way to do the equivalent of > > cat file1 >> file2 > > under DOS? If your file is an ASCII file: type file1 >> file2 will do the trick. If your file is a binary file: copy /b file2 file1 file2 ought to do it. Kevin Kahl mee@ucscb.ucsc.edu