aggregate files into a single file

open a cmd window:

for %f in (*.csv) do type "%f" >> output.txt