/ Published in: Windows PowerShell
Expand |
Embed | Plain Text
$findme = Get-Content C:\findme.txt $replaceme = Get-Content C:\replacewith.txt (Get-Content C:\WaldenWWW\WaldenWWW\Walden-Difference.htm) -Replace $findme,$replaceme
You need to login to post a comment.
