Reposting in the correct forum.
While running a vbscript, I would like to prompt the user with a few inputs that are required to continue with the script.
some variable fields, a few check boxes, maybe a dropdown list, etc.. All in a dialog box.
The only thing I see is InputBox function, but...