用户界面- PowerShell读取主机



所以,在我的PS脚本我问用户多个问题。

的例子:

$username = Read-Host("What is your username?")
$password = Read-Host("What is your password?")
$monthName = Read-Host("Which month are you running this report for?")
$data = Read-Host("Enter the full path to the data file you would like to report?")

我知道如果我做一个GUI,我可以一次问所有这些问题,但是我之前没有在PS中制作GUI(尽管我正在尝试)。

有没有其他方法可以让我同时问所有这些问题,而不需要构建GUI?

谢谢。

我建议只是使用原始形式来创建一个gui。它就像拖拽窗口、文本框、按钮等一样简单。它会根据你的设计生成合适的脚本,你只需将代码复制到PowerShell中。

. .而且是免费的!(社区版,这比你需要的要多)…只需创建一个帐户
http://www.sapien.com/software/communitytools PrimalFormsCE

相关内容

  • 没有找到相关文章

最新更新