Differences

This shows you the differences between the selected revisions of the page.

2018-02-19 2018-02-20
5.13 RemotePath class (martin) 5.13 Extensions metadata can span multiple lines (martin)
Line 16: Line 16:
<code powershell - BatchRename.ps1> <code powershell - BatchRename.ps1>
# @name        Batch &Rename... # @name        Batch &Rename...
-# @command      powershell.exe -ExecutionPolicy Bypass -File "%EXTENSION_PATH%" -sessionUrl "!S" -remotePath "!/" -pattern "%Pattern%" -replacement "%Replacement%" -pause -sessionLogPath "%SessionLogPath%" %PreviewMode% !& +# @command      powershell.exe -ExecutionPolicy Bypass -File "%EXTENSION_PATH%"
 +#                  -sessionUrl "!S" -remotePath "!/" -pattern "%Pattern%"
 +#                  -replacement "%Replacement%" -pause -sessionLogPath "%SessionLogPath%"
 +#                  %PreviewMode% !&
# @description  Renames remote files using a regular expression # @description  Renames remote files using a regular expression
# @flag        RemoteFiles # @flag        RemoteFiles
Line 26: Line 29:
# @option        Replacement -run textbox "with:" # @option        Replacement -run textbox "with:"
# @option      - -run -config group "Options" # @option      - -run -config group "Options"
-# @option        PreviewMode -run -config checkbox "&Preview changes" "-previewMode" "-previewMode"+# @option        PreviewMode -run -config checkbox "&Preview changes" "-previewMode"
 +#                    "-previewMode"
# @option      - -config group "Logging" # @option      - -config group "Logging"
# @option        SessionLogPath -config sessionlogfile # @option        SessionLogPath -config sessionlogfile

Last modified: by martin