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
Inserting a list of text files into a single file
Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators
-
- Posts: 1
- Joined: Thu Feb 05, 2009 4:34 am
- DataMystic Support
- Site Admin
- Posts: 2227
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
Re: Inserting a list of text files into a single file
Did you try Filters\Add\Line of text , pasting the contents of the files a-c into the memo field?