Differences
This shows you the differences between the selected revisions of the page.
2018-02-20 | 2018-02-20 | ||
code wrapping (martin) | 5.13 Extensions metadata can span multiple lines (martin) | ||
Line 17: | Line 17: | ||
<code powershell - SearchText.ps1> | <code powershell - SearchText.ps1> | ||
# @name &Search for Text... | # @name &Search for Text... | ||
- | # @command powershell.exe -ExecutionPolicy Bypass -File "%EXTENSION_PATH%" -sessionUrl "!S" -path "!/" -text "%Text%" -wildcard "%Wildcard%" -pause -sessionLogPath "%SessionLogPath%" | + | # @command powershell.exe -ExecutionPolicy Bypass -File "%EXTENSION_PATH%" ^ |
+ | # -sessionUrl "!S" -path "!/" -text "%Text%" -wildcard "%Wildcard%" ^ | ||
+ | # -pause -sessionLogPath "%SessionLogPath%" | ||
# @description Searches recursively for a text in the current remote directory | # @description Searches recursively for a text in the current remote directory | ||
# @version 5 | # @version 5 |