but to make a fun auto-spawn-pop-up-window copy the following lines
msgbox"this is fun"
msgbox"this is fun"
msgbox"this is fun"
msgbox"this is fun"
msgbox"this is fun"
and if ya want an inputbox or something, copy the following line
msgbox"let's go"
fun=inputbox("do you think this is fun?")
If fun = "yes" Then
WScript.Echo"i think it's fun too"
End if
If fun = "no" Then
WScript.Echo"well, i think it's fun."
End if
then save it as "name".vbs
enjoy