stevesilvers
Programmer
I can't seem to find an answer to this anywhere so I'm hoping someone here can help me quickly.
How can I ask multiple quesitons from the command line and keep the script going. For instance the first time the script is run:
>cscript gatherinfo.vbs
Please enter your first name:
(Bill)
Please enter your last name:
(Smith)
etc...
I want to ask questions one at a time and not:
>cscruot gatherinfo.vbs Bill Smith etc...
Can this be done in VBScript? If so please show example.
Thanks in advance...
Steve
How can I ask multiple quesitons from the command line and keep the script going. For instance the first time the script is run:
>cscript gatherinfo.vbs
Please enter your first name:
(Bill)
Please enter your last name:
(Smith)
etc...
I want to ask questions one at a time and not:
>cscruot gatherinfo.vbs Bill Smith etc...
Can this be done in VBScript? If so please show example.
Thanks in advance...
Steve