Recent content by Pat Malone

  1. P

    Windows 10 Suggestions for learning C++

    I have been reading alot about C++ programming. I even started watching videos and writing study guides for different books. I don't have any difficulty understanding written text, even in difficult format. I am just asking for suggestions of the best ways to learn C++ coding. I don't want...
  2. P

    Windows 10 Batch: Concatenate and append contents of a file to a new file.

    Considering this solved. I will reformat the conversation tomorrow and mark it solved. Thanks Neemobeer!
  3. P

    Windows 10 Batch: Concatenate and append contents of a file to a new file.

    Thank you so much! The solution I came up with created extra junk data so this was very helpful. Can i send you a paypal payment or is that not allowed? If it isn't can you direct me to donating to the site as a secondary choice. Edit: I know it is not required but I like to give when I take...
  4. P

    Windows 10 Batch: Concatenate and append contents of a file to a new file.

    I suppose the appending was not as easy as I suspected. I believe that appending line 1 of Namelist.txt to line 1 of CombinedNotes.txt and then line 2 to line 2 etc. would use a very similar code to what you originally wrote. If you could help me with this portion of it as well I would...
  5. P

    Windows 10 Batch: Concatenate and append contents of a file to a new file.

    I was able to change my files so that your code would work. It worked beautifully.I know this should be marked solved, but I am going to outline all the steps I took and the simple powershell codes I used to get this all to work. I have to append the names into my combinednotes file but I should...
  6. P

    Windows 10 Batch: Concatenate and append contents of a file to a new file.

    This would work perfectly but, (I apologize in advance for this) the note names are on the same line as the person's name the note corresponds with. I attached the notefile. Is there a way to only collect the notefile up until the the file extension? I plan to then append the customers name to...
  7. P

    Windows 10 Batch: Concatenate and append contents of a file to a new file.

    Ok. I can make it simpler and then elaborate from there. I have a text document that lists the filenames of a bunch of other text documents. Larry.txt Greg.txt Mary.txt etc. Within Larry.txt is a note: (Larry's dog bites.) Within Greg.txt is a note: (Greg's mailbox is green.) Within Mary.txt...
  8. P

    Windows 10 Batch: Concatenate and append contents of a file to a new file.

    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)...
Back
Top Bottom