I am having all kinds of problems with VBScript. It seems to be originating at the If Then statements. This is the code...
Option Explicit
Dim User, Pass
User=InputBox("Username")
If User = Guest then
msgbox "hi"
It just doesn't work and its giving me the error code 800A03F6 What do I need to do to fix this? The error is on line 6.