Let’s say I have a file containing the following:
set_t lorem = "168"
set_t ipsum = "913"
set_t dolor = "294"
...
Really, what is set, I cannot know in the batch file I’m working in. the only thing I know for sure is the “set_t lorem” part.
But I need to replace whatever value it has (168 i.e in set_t lorem) with i.e 100.
How would I do this in a batch file?
Vbs or external binaries is OK; though not to many dependencies would be great. It needs to be mass-distributed.
Here’s a VBScript solution: