Hi guys, I am looking for your help on the following.
I am going to read a value in a.txt, and put it as an input for b.txt The problem is, in a.txt, the value will keep changing due to iteration process. So, it is better to point a pointer to WHERE the value will appear. Ex. (as in a.txt file)
X = 12345
so, i would like to point where is X, and then read the value next to X, put it as input to b.txt.
I hope that it is possible using batch file in Windows command prompt.