I have a text file that has a number in every new line and all are in ascending order.
Contents are like :
1
13
25
37
49
97
109
121
I want to extract only those numbers who have difference greater than 12, with the previous number. I wish to use batch program for this….
How can I do that ?
I would have liked to see you make an attempt but anyway I had a go and this is the closest I could get
using this code in test.bat: