Rem glue a.txt, b.txt and c.txt into a new file d.txt
Rem leaving a.txt, b.txt and c.txt as they were.
copy a.txt + b.txt + c.txt  d.txt