Can anyone tell me how I go about getting a batch file to look for a particular text string in a file and then replacing it with something else?
I am exporting part of the registry into a text file and would like HKEY_LOCAL_MACHINE to become HKEY_CURRENT_USER wherever it exists.
For example I would like [HKEY_LOCAL_MACHINE\User\N
etwork\I] to become[HKEY_CURRENT_USER\U
ser\Networ
k\I]
Thanks
Start Free Trial