An easy way to combine files in Windows. Works perfectly with text files (or CSV). Use the copy command:
copy file1.csv+file2.csv+file3.csv newfile.csv
Files are copied into one new file in the sequence listed.
An easy way to combine files in Windows. Works perfectly with text files (or CSV). Use the copy command:
copy file1.csv+file2.csv+file3.csv newfile.csv
Files are copied into one new file in the sequence listed.