Differences
This shows you the differences between the selected revisions of the page.
| 2016-02-23 | 2016-02-23 | ||
| extension file name (martin) | missing -File argument (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 -path "!/" -text !?Text:?! -pause | + | # @command powershell.exe -ExecutionPolicy Bypass -File "%EXTENSION_PATH%" -path "!/" -text !?Text:?! -pause |
| # @description Searches recursively for a text in the selected remote directory | # @description Searches recursively for a text in the selected remote directory | ||
| # @version 1 | # @version 1 | ||