powershell 使用内置的PromptForChoice
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 使用内置的PromptForChoice相关的知识,希望对你有一定的参考价值。
$Title = "Title"
$Info = "Pick Something!"
$options = echo Option1 Option2 Option3
$defaultchoice = 2
$selected = $host.UI.PromptForChoice($Title , $Info , $Options, $defaultchoice)
$options[$selected]
以上是关于powershell 使用内置的PromptForChoice的主要内容,如果未能解决你的问题,请参考以下文章
技术分享手把手教你使用PowerShell内置的端口扫描器
powershell 使用内置的PromptForChoice
text ASPNetCore内置Powershell
powershell 内置PromptForChoice的替代方案,可在不同主机上提供一致的UI
Powershell中命令自动补全功能及使用Windows命令
如何修复win10内置应用“电影和电视”