Read ini from windows batch file
- by Hintswen
I'm trying to read a ini file with this format:
[SectionName]
total=4
[AnotherSectionName]
total=7
[OtherSectionName]
total=12
Basically I want to echo out certain values from the ini file(eg. the total under OtherSectionName followed by the total from AnotherSectionName).