Please Visit: http://ift.tt/1ajReyV
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1saWrSS
via LifeLong Community
Why Get-Content Ain’t Yer Friend | PowerShell.org
$file = New-Object System.IO.StreamReader -Arg "test.txt"
while ($line = $file.ReadLine()) {
# $line has your line
}
$file.close()http://ift.tt/1saWqOL
http://ift.tt/1iy9egZ
$file = New-Object System.IO.StreamReader -Arg "test.txt"
while ($line = $file.ReadLine()) {
# $line has your line
}
$file.close()http://ift.tt/1saWqOL
http://ift.tt/1iy9egZ
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1saWrSS
via LifeLong Community
No comments:
Post a Comment