Differences
This shows you the differences between the selected revisions of the page.
2019-07-25 | 2019-07-31 | ||
stable 5.15 released long time ago - !E should be used now instead of !S + one place where !E was missing (martin) | capitalization consistency (martin) | ||
Line 104: | Line 104: | ||
<code> | <code> | ||
- | example.exe -Mask="%Mask%" %SearchType% -Log="%LogFile%" %Pause% | + | example.exe -mask="%Mask%" %SearchType% -log="%LogFile%" %Pause% |
</code> | </code> | ||
Line 110: | Line 110: | ||
<code> | <code> | ||
- | example.exe -Mask="*.txt; *.html" -files -Log="C:\Users\username\AppData\Roaming\mylog.log" -pause | + | example.exe -mask="*.txt; *.html" -files -log="C:\Users\username\AppData\Roaming\mylog.log" -pause |
</code> | </code> | ||