Powershell - Pain Relief by R.T.Edwards
Thursday, March 13, 2014
Powershell: How to create an Inputbox
Here's how you can create an InputBox in Powershell:
$Iret = [reflection.assembly]::LoadWithPartialName("'Microsoft.VisualBasic")
$Answer = [Microsoft.VisualBasic.Interaction]::InputBox("Please Enter a language", "Language Selection", "C#")
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment