Page 1 of 1

Inserting a list of text files into a single file

Posted: Fri Feb 06, 2009 9:36 am
by Doug Gordon
My wife and I have a small home business and are teaching ourselves how to use vbscripts with textpipe. We are able to insert a single file at a specific place into a list of files-to-process, but we can't figure out how to do the reverse - insert a list of files one by one into a specific place into a SINGLE file-to-process.
Example:
a.txt
b.txt
c.txt
and so on, are in the VBscript and each one needs to be inserted at a specific place into
template.txt in the files-to-process.
The result would be something like
template-a.txt
template-b.txt
template-c.txt

Any suggestions would be appreciated. :D
Doug and Denise

Re: Inserting a list of text files into a single file

Posted: Fri Feb 06, 2009 2:17 pm
by DataMystic Support
Did you try Filters\Add\Line of text , pasting the contents of the files a-c into the memo field?