Brett's answer works well. Another alternative is
copy file1.txt + file2.txt /b
You can add any number of files with this syntax by adding additional files.
The /b
switch prevents the end of the <ctrl-Z>
end of the file from being added to the end of the file after the copy.
source share