batch: replace a line in a text file
- by sasamimasas
I'm trying to replace this line:
# forward-socks5 / 127.0.0.1:9050 .
with this one:
forward-socks5 / 127.0.0.1:9050 .
this line belongs to a config file that has to be enabled (UN-commented) by deleting the # sign from the beginning and I could not thought of a better way other than replacing the…