Differences
This shows you the differences between the selected revisions of the page.
| 2018-07-04 | 2018-07-05 | ||
| Result will be automatically added to clipboard (46.95.160.243) (hidden) (untrusted) | Restored revision 1510562057. Undoing revisions 1530735428, 1530735751, 1530736149, 1530736273, 1530736320. (martin) (hidden) | ||
| Line 113: | Line 113: | ||
| Write-Host -NoNewline $result | 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 | ||