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