Differences
This shows you the differences between the selected revisions of the page.
| 2016-02-23 | 2016-02-23 | ||
| removing the test directive + sorting directives (martin) | enclosing !S to quotes as a good practice, although not really needed (martin) | ||
| Line 6: | Line 6: | ||
| <code batch> | <code batch> | ||
| - | powershell.exe -File C:\path\VerifyFileChecksum.ps1 -sessionUrl !S -localPath "!^!" -remotePath "!/!" -pause | + | powershell.exe -File C:\path\VerifyFileChecksum.ps1 -sessionUrl "!S" -localPath "!^!" -remotePath "!/!" -pause | 
| </code> | </code> | ||
| Line 15: | Line 15: | ||
| <code powershell - VerifyFileChecksum.ps1> | <code powershell - VerifyFileChecksum.ps1> | ||
| # @name Verify &Checksum | # @name Verify &Checksum | ||
| - | # @command powershell.exe -ExecutionPolicy Bypass -File "%EXTENSION_PATH%" -sessionUrl !S -localPath "!^!" -remotePath "!/!" -pause | + | # @command powershell.exe -ExecutionPolicy Bypass -File "%EXTENSION_PATH%" -sessionUrl "!S" -localPath "!^!" -remotePath "!/!" -pause | 
| # @description Compares checksums of the selected local and remote file | # @description Compares checksums of the selected local and remote file | ||
| # @flag RemoteFiles | # @flag RemoteFiles | ||