Differences
This shows you the differences between the selected revisions of the page.
2013-05-20 | 2013-05-20 | ||
powershell preview (martin) | space after write-host (martin) | ||
Line 223: | Line 223: | ||
if ($session.FileExists($remotePath)) | if ($session.FileExists($remotePath)) | ||
{ | { | ||
- | Write-Host("File {0} exists" -f $remotePath) | + | Write-Host·("File {0} exists" -f $remotePath) |
} | } | ||
</code> | </code> |