I tried copy *.log newfile.txt but it overwrites the newfile.txt with the contents of the last file in the group.

The individual files are just simple csv files. I guess I just need to figure out an easy way to open each one, read the lines and write them to another file.