– open command prompt
– access your destination folder
– type: *.txt > newfile
p.s Notice that the new text file is without extension, that’s because if we use newfile.txt, the concatenation would recurse / include the resulting newfile.txt as well.
Advertisements