SyntaxFix
Write A Post
Hire A Developer
Questions
I prefer a popup.
$shell = new-object -comobject "WScript.Shell" $choice = $shell.popup("Insert question here",0,"Popup window title",4+32)
If $choice equals 6, the answer was Yes If $choice equals 7, the answer was No