Created
May 23, 2015 13:50
-
-
Save rufflabs/b25658c6875b716157ef to your computer and use it in GitHub Desktop.
Emulates pause, waiting for the user to press any key to continue.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Write-Host "Press any key to exit." | |
$x = $host.UI.RawUI.ReadKey("NoEcho,IncludEKeyDown") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment