ASKY

Ask the user a question and skip over part of the install.txt file if the answer is YES.

 

Parameter 1: Destination label to continue processing commands at with a YES answer.

Parameter 2: [ASKY]

Parameter 3: Question text to be displayed for the user.

 The label specified in Parameter 1 is used on a line by itself preceeded by a colon (:) to indicate the continuation point.

Example:

,[MSGBOX],This is the beginning of the install.txt file.

FIRSTTEST,[ASKY],Answer YES if you want me to go to FIRSTTEST.

,[MSGBOX],You answered NO to the FIRSTTEST question.

SECONDtest,[ASKY],Answer this one YES to go to SECONDTEST.

:FIRSTTEST

,[MSGBOX],I have just passed the FIRSTTEST mark.

:SEcOnDTesT

,[MSGBOX],I have just passed the SECONDTEST mark.

 

(Destination labels are not case sensitive.)

 

Back to the Installation Script Index