I need to create a VBscript which has 1 form, and at least one control.
I want to prompt the use to change the drive letter.

So I need a form, and a Dir List Box.

However, I don't know how to add a form or control to a vbscript, since it seems to be limited to variant data types only.

I will initially do this in a VB6 program, so I can see what properties need to have default values set, then move it over to a VBScript. It's also much easier to develop and debug in VB6 than in VBScript.


Would someone who has actually done this in VBScript, please point me to an example of adding a form & control in a vbscript? Unfortunatley, It's not quite the same as working in regular VB.

thanks