I am trying to create a VBS script that will prompt the user with a select from list (SELECT CASE).
The text file is generated and can have 2-10 lines of data.
Besides doing a prompt for each line with a Yes/No question.
Is there a way users can select it from a list and from that a variable is set?
I have looked up how to add variables via reading a text file, but no luck.
The text file is generated and can have 2-10 lines of data.
Besides doing a prompt for each line with a Yes/No question.
Is there a way users can select it from a list and from that a variable is set?
I have looked up how to add variables via reading a text file, but no luck.