I want to write Batch script to search inside a txt file. I want to find out coordinated of a point. For example terminalpoint: (100, 255).
I know how to find out whether there is "terminalpoint" in text file. But I want to pick up the coordinates.
Please give me some example......