Total Pageviews

Monday, December 3, 2012

Read text file using Powershell


Run the following command in powershell. You get the contents from the text file in to the variable $b
$b = get-content -path C:\ValidatorReport\status.txt

No comments:

Post a Comment