Page 1 of 1

Merge Text Files..

Posted: 20 Oct 2011 03:02
by aimy
There's a tool called TXTcollector which is capable of merging of text files in specified sequence - http://bluefive.pair.com/txtcollector.htm

Is XYplorer is capable of doing this?

If not, don't u all think it's a good feature?

Other features of TXTcollector:
  • Grabs all .txt files from a directory and combines them
  • Puts directory-, file name and separator between each text file
  • Possibility to add your own extensions and separators
  • Popup list with files ready to be merged
  • Able to recursively search directories
  • Allows continuous merging (without Carriage Returns)
Text files here means all those *.sql, *.htm, *.doc and the likes..

Thank you.

Re: Merge Text Files..

Posted: 20 Oct 2011 06:35
by zer0
What about looping through text files you want merge and use writefile() with append switch?

As for TXTCollector's other features, a cursory glance suggests that XYplorer should be able to do them with enough scripting wizardry.

Re: Merge Text Files..

Posted: 20 Oct 2011 06:48
by aimy
zer0 wrote:What about looping through text files you want merge and use writefile() with append switch?

As for TXTCollector's other features, a cursory glance suggests that XYplorer should be able to do them with enough scripting wizardry.
Thanks for the new vocabs for me :)

Re: Merge Text Files..

Posted: 20 Oct 2011 07:56
by Stefan
aimy wrote:There's a tool called TXTcollector
Is XYplorer is capable of doing this?
Here's an simple example how that could be scripted >>> Re: Script Request - Text-merging Tool