Error Running VBScript from NotePad
问题 I am new to vbscript and running procedures. I found some code that I'm trying to test so that I can get a feel for how vbscript works, and I am not sure why I am receiving an error message. I have created the below code in NotePad and then saved the file as a .vbs file on my desktop. Here is the code: i=10 If i=10 Then msgbox("This is my first script, Click OK to close") Else msgbox(“Hello world”) End if I thought that I would be able to open the file and get the message. Instead I am