Answers for "powershell interactive menu"

0

powershell interactive menu

$red = New-Object System.Management.Automation.Host.ChoiceDescription '&Red', 'Favorite color: Red'
$blue = New-Object System.Management.Automation.Host.ChoiceDescription '&Blue', 'Favorite color: Blue'
$yellow = New-Object System.Management.Automation.Host.ChoiceDescription '&Yellow', 'Favorite color: Yellow'
Posted by: Guest on August-29-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language