what i am trying to do is join two text (.txt) files using a software but not sure where I can get one for free. So, please if anyone knowns a text joiner that joins multiple .txt files into one, post it here!
from command prompt in windows: copy /a a.txt + b.txt + c.txt result.txt Code (markup): joins a,b and c.txt into result.txt parameters: /a (text) /b (binary) ...