If ... Then...Else | VBScript | SS64.com - SS64 | Command line reference
If ... Then...Else Repeat a block of statements. Syntax If condition Then [Statements] [Else Else-Statements] or If condition Then [Statements] [ElseIf condition-n] Then [Statements] [Else] [Statements] End If Key condition An ...
ss64.com |