Inserting a list of text files into a single file
Posted: Fri Feb 06, 2009 9:36 am
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.
Doug and Denise
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.
Doug and Denise