2014/10/06

merge text files

Unite all the text files in the same directory.

cd /d                                            
 :to where the files are.
copy *.txt > merged.txt
 :change the file name extension as needed
  (ie. *.csv, *.dat ...)