3 lines
73 B
PowerShell
3 lines
73 B
PowerShell
if ($Host.UI.RawUI.KeyAvailable) {
|
|
$key = $Host.UI.RawUI.ReadKey()
|
|
}
|