Skip to content

Instantly share code, notes, and snippets.

@saggie
Last active December 21, 2016 10:56
Show Gist options
  • Save saggie/bc84ca8f8f88ab89c534f0c30fec065d to your computer and use it in GitHub Desktop.
Save saggie/bc84ca8f8f88ab89c534f0c30fec065d to your computer and use it in GitHub Desktop.
"Press any key to continue ..." in PowerShell
Write-Host "Press any key to continue ..." -NoNewLine
[Console]::ReadKey() | Out-Null
[string]::Empty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment