How to use InputBox in a VBScript.
First code:
y = InputBox("Message here","Title here","and textbox message here")
Second code:
Name = InputBox("Write your name here:","Test with InputBox","Here")
x = MsgBox("Hi " & Name & " !",16,"hello")