Search found 1 match

by rkp1
01 Jul 2011 18:04
Forum: DOS Batch Forum
Topic: Skip lines inside nested for loop
Replies: 1
Views: 2838

Skip lines inside nested for loop

I am trying do the following - I have to parse multiple files (numbers can vary from 1 to 50+), and in each file, I need to find a segment of lines that start with a specific entry and process all lines below that entry. The number of lines above that varies (anywhere from a 50 to 50000 lines). Here...