Solved
VBScript - Can I convert MSGBox prompts into Radio Buttons or Dropdown Menus?
Posted on 2009-05-20
Greetings,
I have a script that peforms the followings:
1. Pops a messagebox up that displays a list of groups that are found in a folder, and has the customer type a corresponding numnber in the message box.
2. Depending on the answer, go to the particualr start folder and prompts them for the particular sub group that are found within that group
3. Once that data is set is asked them whether they want to backup or restore. And then either creates or accesses a backupfolder that is created from the first two response.
Everything works perfectly, but it is that user friendly. Is there way that I can have thos prompts converted to either drop-down menus or Radio buttons on the .hta screen that I have calling the .vbs script? If I were able to have the same functionality and be able to read the information into the script the same way that would be perfect.