what tool can do this?

rodol

Regular Member
Joined
Mar 10, 2010
Messages
434
Reaction score
91
I have 100 txt files with 1 or 2 lines of text
I want to put all those 100 txt lines into 1 single txt file.

Where i can find a tool to do that?
 
i dont know php or any script language...
 
gracias
 
You don't need any tools to do this?!?!!

Just open Windows command line tool (cmd), type 'type test1.txt test2.txt > out.txt' and you have them in one file. (the 2nd type is not a typo).

Or am I missing something since everyone is recommending stupidly complicated programs for what I read as an extremely basic job?
 
Back
Top