If there is a file Try.txt with the following content
If you want to use a batch file to replace the line
with
How should this be written
Thank you
AAA = 10.7
BBB = 11.6
CCC = 13.4
DDD = 15.8
EEE = 17.1
If you want to use a batch file to replace the line
"CCC = 13.4" with
"CCC = 55.33" How should this be written
Thank you

