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