Sup people!
I have a problem with multiple txts files that i need to merge, something like that.
Folder 1:
1.txt
2.txt
3.txt
Folder 2:
1.txt
2.txt
3.txt
Folder 3:
1.txt
2.txt
3.txt
And i need to merge all the txt with the same filenames in something like this.
Folder 4:
1.txt
2.txt
3.txt
With the merge of all the folders from 1 2 3
They are like 200 txts for 3 folders and i need a little bit of help, tried to doing it manually with a bat and copy /b *.txt filename.txt
but they are too much txts files.
PD: I need something that doesn't change the names of the txts and remain the same, something to autodetect and don't touch the filenames.
Pic : http://puu.sh/nhnwC/cb309a44f5.png
From 3 folders.
Thanks!