Differences
This shows you the differences between the selected revisions of the page.
| 2013-05-15 | 2013-05-21 | ||
| library_powershell (martin) | wrong Write-Host argument syntax (martin) | ||
| Line 263: | Line 263: | ||
| if (!(Test-Path $localPath)) | if (!(Test-Path $localPath)) | ||
| { | { | ||
| - | Write-Host | + | Write-Host ( |
| - | ("File {0} exists, local backup {1} does not" -f | + | "File {0} exists, local backup {1} does not" -f |
| - | ····················$remotePath, $localPath) | + | ···················$remotePath, $localPath) |
| $download = $True | $download = $True | ||
| } | } | ||