/ Published in: Windows PowerShell
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$findme = Get-Content C:\findme.txt $replaceme = Get-Content C:\replacewith.txt (Get-Content C:\WaldenWWW\WaldenWWW\Walden-Difference.htm) -Replace $findme,$replaceme