Search found 1 match

by dh20
09 Dec 2014 18:13
Forum: DOS Batch Forum
Topic: Parsing text file into a separate file (s)
Replies: 3
Views: 2826

Parsing text file into a separate file (s)

I'm interested in having a txt file parsed from word_A to word_B and the output sent to a new file ( new_file_1.txt)... Each time word_A and word_B are found within that original txt file the output is then pushed to new_file_2.txt +N... and this continues My goal is to extract txt between two xml t...