Differences
This shows you the differences between the selected revisions of the page.
| 2017-11-13 | 2018-07-04 | ||
| removing unneeded exception type specification (martin) | asd (46.95.160.243) (hidden) (untrusted) | ||
| Line 108: | Line 108: | ||
| } | } | ||
| } | } | ||
| - | |||
| - | if ($pause) | ||
| - | { | ||
| - | Write-Host -NoNewline $result | ||
| - | } | ||
| - | |||
| - | if ($clipboard) | ||
| - | { | ||
| Add-Type -Assembly PresentationCore | Add-Type -Assembly PresentationCore | ||
| [Windows.Clipboard]::SetText($result) | [Windows.Clipboard]::SetText($result) | ||
| - | } | + | |
| $result = 0 | $result = 0 | ||