I posted another one on this,, but i had to edit it really much…
What the thing bassicly is that a Batch (Maybe including VBScript) can find line 29 in a txtfile… it should edit this line.
If line 29 is like this: ‘option=21’ it should change it to ‘option=22’
the problem is that this line is located more in the file. so it should just edit line 29…
How-to???
[please no custom programs;;; it should be done by every user without installing something OK.]
This isn’t something you’re usually doing in batch, but it’s fairly straightforward:
It should point you into the general direction if you want to adapt it.