3 lines
80 B
Text
3 lines
80 B
Text
while ($Host.UI.RawUI.KeyAvailable) {
|
|
$Host.UI.RawUI.ReadKey() | Out-Null
|
|
}
|