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