Differences
This shows you the differences between the selected revisions of the page.
2016-05-25 | 2016-05-25 | ||
options (martin) | it does not make sense to uncheck pause (martin) | ||
Line 17: | Line 17: | ||
<code powershell - FindDuplicates.ps1> | <code powershell - FindDuplicates.ps1> | ||
# @name Find &Duplicates | # @name Find &Duplicates | ||
- | # @command powershell.exe -ExecutionPolicy Bypass -File "%EXTENSION_PATH%" -sessionUrl "!S" -remotePath "!/" %Pause% -remoteChecksumAlg "%RemoteChecksumAlg%" -sessionLogPath "%SessionLogPath%" | + | # @command powershell.exe -ExecutionPolicy Bypass -File "%EXTENSION_PATH%" -sessionUrl "!S" -remotePath "!/" -pause -remoteChecksumAlg "%RemoteChecksumAlg%" -sessionLogPath "%SessionLogPath%" |
# @description Searches for duplicate files on the server, starting from the current directory | # @description Searches for duplicate files on the server, starting from the current directory | ||
# @flag RemoteFiles | # @flag RemoteFiles | ||
Line 25: | Line 25: | ||
# @option RemoteChecksumAlg combobox "&Checksum:" "local" "local=Local sha-1" "sha1=Remote sha-1" "sha256=Remote sha-256" "md5=Remote md5" | # @option RemoteChecksumAlg combobox "&Checksum:" "local" "local=Local sha-1" "sha1=Remote sha-1" "sha256=Remote sha-256" "md5=Remote md5" | ||
# @option SessionLogPath file "&Session log file:" "%APPDATA%\mylog.log" | # @option SessionLogPath file "&Session log file:" "%APPDATA%\mylog.log" | ||
- | # @option Pause checkbox "&Pause at the end" -pause -pause | ||
# @optionspage ~~SELF~~#options | # @optionspage ~~SELF~~#options | ||
Line 209: | Line 208: | ||
In the //Session log file// you can specify a path to a [[logging|session log file]]. | In the //Session log file// you can specify a path to a [[logging|session log file]]. | ||
- | When the //Pause at the end// is checked, the extension will wait for a key press, when it finishes. |