I am having trouble getting my script to search for at certain line in a file, and the replacing the following line.
The reason I have to do it this way, is that the line I need to replace (LocalCompilerPresent=1) is listed severeal times, and it is only 1 of them I need to replace.
is it possible to search for the line before (LocalCompilerPresent=1), because that line is unique and the replacing the line after it?
It's only the 1 that has to be changed, but I can just replace LocalCompilerPresent=1 with LocalCompilerPresent=0..