Answers for "pause powershell script until keypress"

0

pause powershell script until keypress

Write-Host -NoNewLine 'Press any key to continue...';
$null = $Host.UI.RawUI.ReadKey('NoEcho,IncludeKeyDown');
Posted by: Guest on June-23-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language