create a blank text file and put in the code below myInputBox = Inputbox("Here will show up the detail of the description","This is Input Box") Save the file as InputBox.vbs ...
This is the most basic thing we can do with VBS. Just create a blank text file and put in the code below WScript.Echo("HELLO! This is VBS") Save the file as Hello.vbs Double click and you will get a message on your screen....