Differences
This shows you the differences between the selected revisions of the page.
2016-02-23 | 2016-02-23 | ||
missing comma (martin) | enclosing !S to quotes as a good practice, although not really needed (martin) | ||
Line 18: | Line 18: | ||
<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:?!" -pause | + | # @command powershell.exe -ExecutionPolicy Bypass -File "%EXTENSION_PATH%" -sessionUrl "!S" -path "!/" -text "!?Text:?!" -pause |
# @description Searches recursively for a text in the current remote directory | # @description Searches recursively for a text in the current remote directory | ||
# @version 1 | # @version 1 |