merge text files
Started by TheFiresInTheSky, Sep 24 2006 08:36 PM
9 replies to this topic
#1 OFFLINE
Posted 24 September 2006 - 08:36 PM
i have alot of text files on my computer.
id like to be able to put some in a folder, add that folder into a program, and have the program merge them all together with a line break or something inbetween each.
also must be freeware.
thanks!
id like to be able to put some in a folder, add that folder into a program, and have the program merge them all together with a line break or something inbetween each.
also must be freeware.
thanks!
#3 OFFLINE
Posted 24 September 2006 - 09:58 PM
im pretty sure that can only merge 2 at once, which a simple batch could do.
i need to merge about 20.
i need to merge about 20.
#5 OFFLINE
Posted 24 September 2006 - 11:59 PM
I haven't tried it myself but A.F.7 Merge Your Files may be of interest.
#6 OFFLINE
#7 OFFLINE
Posted 25 September 2006 - 01:22 AM
well its about 20 at a time.
they're lots of books, guides, stuff like that.
i noticed it did this when i converted pdf to txt files.
im gonna try your suggestion now glenn.
they're lots of books, guides, stuff like that.
i noticed it did this when i converted pdf to txt files.
im gonna try your suggestion now glenn.
#8 OFFLINE
Posted 25 September 2006 - 02:40 PM
You can do it via a batch file as I do with my HOSTS files.
Note, that you need to create a spacer.txt file that has the line breaks you want and then merge them as such (note how the last filename doesn't have a + before it, that's the destination file):
When you open the destination file you may have to remove one or more black square dots that may or will get inserted into the destination file.
Note, that you need to create a spacer.txt file that has the line breaks you want and then merge them as such (note how the last filename doesn't have a + before it, that's the destination file):
COPY "Text File 1.txt"+"spacer.txt"+"Text File 2.txt"+"spacer.txt"+"Text File 3.txt" "Merged Text File.txt"
When you open the destination file you may have to remove one or more black square dots that may or will get inserted into the destination file.
#9 OFFLINE
Posted 25 September 2006 - 08:29 PM
glenn, that works great, thanks!
andavari, i think i tried doing something like that but found out i could only do 2 at a time.
the only reason i wouldnt make a batch to do that is you need to put in the names of all the files which takes some time.
andavari, i think i tried doing something like that but found out i could only do 2 at a time.
the only reason i wouldnt make a batch to do that is you need to put in the names of all the files which takes some time.
#10 OFFLINE
Posted 25 September 2006 - 10:34 PM
TheFiresInTheSky, on Sep 25 2006, 03:29 PM, said:
the only reason i wouldnt make a batch to do that is you need to put in the names of all the files which takes some time.
















