Pat Malone
New Member
- Joined
- Jun 6, 2019
- Messages
- 8
- Thread Author
- #1
One folder has many files that all contain some notes for a particular name.
The names are already in a txt document one line after another that I plan to edit into a batch program.
Tabbed over from the names is the filename that contains the info needing to be appended.
Example:
{Larry) ACX.txt
{Susan} GRB.txt
(Greg} KIT.txt
etc.........
The format of the first couple of lines is all I am needing to understand. I have about 2,000 lines that will append.
Caveats:
If it is possible, I would like to append the entire content of the txt file onto one line of the new txt file.
Additional Question:
The files that will be concatenated actually have a different extension. Do I have to rename all of the 2,000 files, or will the batch program be able to read them with a different extension? (This is not that important considering there are many scripts available to rename all the files.)
Thank you for your time and consideration to everyone in the forum, and especially anyone who can help....=)
The names are already in a txt document one line after another that I plan to edit into a batch program.
Tabbed over from the names is the filename that contains the info needing to be appended.
Example:
{Larry) ACX.txt
{Susan} GRB.txt
(Greg} KIT.txt
etc.........
The format of the first couple of lines is all I am needing to understand. I have about 2,000 lines that will append.
Caveats:
If it is possible, I would like to append the entire content of the txt file onto one line of the new txt file.
Additional Question:
The files that will be concatenated actually have a different extension. Do I have to rename all of the 2,000 files, or will the batch program be able to read them with a different extension? (This is not that important considering there are many scripts available to rename all the files.)
Thank you for your time and consideration to everyone in the forum, and especially anyone who can help....=)