I have a lot of txt files to sort out so I need a batch file which can delete all the rows which are starting from "0,"
Or Extract rows data which are not starting from "0," and transfer it to another txt file.
Code: Select all
Custom Criteria,result1,result2,result3,result4,result5,result6,result7
14317543947,82337.5,467862.5,-385525,1005,61.791045,621,173.023378
14171331839,83237.5,469162.5,-385925,1003,62.21336,624,169.742544
14171331839,83237.5,469162.5,-385925,1003,62.21336,624,169.742544
12899993590,82250,460850,-378600,911,55.872667,509,172.161172
0,76087.5,521687.5,-445600,1121,48.706512,546,512.805392
0,76087.5,521687.5,-445600,1121,48.706512,546,512.805392
0,78475,425650,-347175,852,53.873239,459,481.811205
0,78475,425650,-347175,852,53.873239,459,481.811205
Thanks