Differences
This shows you the differences between the selected revisions of the page.
| 2016-02-23 | 2016-02-23 | ||
| using ParseUrl + quoting -text argument + implementig -pause + search is in the *current* directory (martin) | missing comma (martin) | ||
| Line 29: | Line 29: | ||
| [Parameter(Mandatory)] | [Parameter(Mandatory)] | ||
| $text, | $text, | ||
| - | $wildcard = "*.*" | + | $wildcard = "*.*", |
| [Switch] | [Switch] | ||
| $pause = $False | $pause = $False | ||
| Line 122: | Line 122: | ||
| [Parameter(Mandatory)] | [Parameter(Mandatory)] | ||
| $text, | $text, | ||
| - | $wildcard = "*.*" | + | $wildcard = "*.*", |
| [Switch] | [Switch] | ||
| $pause = $False | $pause = $False | ||