Differences
This shows you the differences between the selected revisions of the page.
2019-03-27 | 2019-07-04 | ||
5.15 released - removing beta notices (martin) | 5.15.3 Bug 1760: Compare Files extension cannot handle paths with spaces (martin) | ||
Line 91: | Line 91: | ||
{ | { | ||
Start-Process $env:ComSpec ` | Start-Process $env:ComSpec ` | ||
- | -ArgumentList "/c", $path, $localPath, $remotePath, "&", "pause" -Wait | + | -ArgumentList "/c $path `"$localPath`" `"$remotePath`" &·pause" -Wait |
} | } | ||
else | else | ||
{ | { | ||
- | Start-Process $path -ArgumentList $localPath, $remotePath -Wait | + | Start-Process $path -ArgumentList "`"$localPath`" `"$remotePath`"" -Wait |
} | } | ||