Differences
This shows you the differences between the selected revisions of the page.
2016-02-23 | 2016-02-23 | ||
enclosing !S to quotes as a good practice, although not really needed (martin) | enclosing !S to quotes as a good practice, although not really needed (martin) | ||
Line 6: | Line 6: | ||
<code> | <code> | ||
- | powershell.exe -File search.ps1 -sessionUrl !S -path "!/" -text "!?Text:?!" -pause | + | powershell.exe -File search.ps1 -sessionUrl "!S" -path "!/" -text "!?Text:?!" -pause |
</code> | </code> | ||