Press any key to continue Write-Host -NoNewLine 'Press any key to continue...';
$null = $Host.UI.RawUI.ReadKey('NoEcho,IncludeKeyDown');
http://stackoverflow.com/questions/20886243/press-any-key-to-continue |
|
Press any key to continue Write-Host -NoNewLine 'Press any key to continue...';
$null = $Host.UI.RawUI.ReadKey('NoEcho,IncludeKeyDown');
http://stackoverflow.com/questions/20886243/press-any-key-to-continue |
|