rodol Regular Member Joined Mar 10, 2010 Messages 434 Reaction score 91 Feb 6, 2013 #1 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 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?
G guvenor Junior Member Joined Aug 11, 2009 Messages 165 Reaction score 89 Feb 6, 2013 #2 you could write a little php script to do that
rodol Regular Member Joined Mar 10, 2010 Messages 434 Reaction score 91 Feb 6, 2013 Thread Starter Thread Starter #3 i dont know php or any script language...
E encapuchado Newbie Joined Jul 7, 2011 Messages 28 Reaction score 4 Feb 7, 2013 #4 scrapebox dupremove addon
rodol Regular Member Joined Mar 10, 2010 Messages 434 Reaction score 91 Feb 11, 2013 Thread Starter Thread Starter #5 gracias
bigbong Regular Member Joined Dec 1, 2011 Messages 251 Reaction score 251 Feb 11, 2013 #6 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?
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?