Differences
This shows you the differences between the selected revisions of the page.
2016-03-18 | 2016-03-18 | ||
5.8.2 Distributing Verify Checksum, Search Text and ZIP and Upload .NET assembly examples as official WinSCP extensions. (martin) | matching the example file name with extension file name (martin) | ||
Line 5: | Line 5: | ||
//In the latest beta version//, the example is distributed in WinSCP installer as a [[extension|WinSCP extension]]. &beta | //In the latest beta version//, the example is distributed in WinSCP installer as a [[extension|WinSCP extension]]. &beta | ||
- | You can run the script (e.g. ''search.ps1'') from WinSCP GUI using [[guide_custom_commands_automation|local custom command]]: | + | You can run the script (e.g. ''SearchText.ps1'') from WinSCP GUI using [[guide_custom_commands_automation|local custom command]]: |
<code> | <code> | ||
- | powershell.exe -File search.ps1 -sessionUrl "!S" -path "!/" -text "!?Text:?!" -pause | + | powershell.exe -File SearchText.ps1 -sessionUrl "!S" -path "!/" -text "!?Text:?!" -pause |
</code> | </code> | ||