I need a batch file that should search the PC for all files issued today named as "example.ini" and replaces a string which will be in the second line of "example.ini", it should replace
SERVER_IP=111.111.111.111 with another server ip SERVER_IP=222.222.222.222
How is that possible?
SERVER_IP=on any other line?example.inifortodays datecould be very slow. Is there a way to narrow down the search? Will theexample.inihave any other distinguishing features? Maybe the IP address?