Just learned something new about the DOS copy command from this comment on a keyboard ninja article.

copy /a *.txt aggregate.txt

Will aggregate the contents of all the .txt files into aggregate.txt. This is useful to me for .csv files.

(to disambiguate: 1.txt contains "one one one" &c.)

So cool; not often I find out something new about DOS.