ReplaceStringInFile.bat
----------------
echo off
powershell.exe -command "Get-Content %1 | ForEach-Object {$_ -replace \"%3\", \"%4\"} | Set-Content %2"
timeout 5
----------------
网络资源的拷贝粘贴 备份参考之用
powershell.exe -command "Get-Content %1 | ForEach-Object {$_ -replace \"%3\", \"%4\"} | Set-Content %2"