Hi
This is Richard Mueller script MVP ADSI ( it replace 1 string to another 1 in multiple files in directory )
Option Explicit
Dim objFSO, strFolder, objFolder, objFile
Dim strOldValue, strNewValue, objRead, strContents, objWrite
Const ForReading = 1
Const ForWriting = 2
strFolder =...