Hi Freddie,
For #1, you will need to setup an array of possible responses and then have the appropriate
if/else or
Select Case construct to handle those responses.
This concept is illustrated in an example script here.
Look for
vPossibleResponses array around line 20.
For #2, yes, a ' is the comment character in VBScript.