Jetzt aber...
Spoiler anzeigen
[autoit]
$sPath_File = @ScriptDir & "\File.txt" ;Path to a file.
[/autoit] [autoit][/autoit] [autoit]$hFile = FileOpen($sPath_File, 0)
$sData = FileRead($hFile)
FileClose($hFile)
$sNewData = StringRegExpReplace(StringRegExpReplace($sData, '.*jklr="(bu_minicart.php.+?)"', 'google.de/$1'), "&", "")
[/autoit] [autoit][/autoit] [autoit]$hFile = FileOpen($sPath_File, 2)
FileWrite($hFile, $sNewData)
FileClose($hFile)