Path: utzoo!utgpu!attcan!uunet!tut.cis.ohio-state.edu!ucbvax!hplabs!hp-pcd!hplsla!davidr
From: davidr@hplsla.HP.COM (David M. Reed)
Newsgroups: comp.sys.ibm.pc
Subject: Re: Unix-like cat for MS-DOS
Message-ID: <5190033@hplsla.HP.COM>
Date: 11 Aug 89 20:40:08 GMT
References: <380@wjh12.harvard.edu>
Organization: HP Lake Stevens, WA
Lines: 6

If I recall correctly, you can use the DOS COPY command to combine files:

    COPY file1 + file2 + file3 file4

will combine files 1, 2 and 3 into a new file named file 4.  If you left off
a target file name (file4), then files 2 and 3 would be added to file 1.