单一条件选择语句.
If <表达式> Then 语句
;如果没有命令行参数,脚本将终止. If $CmdLine[0] = 0 Then Exit ;Alternative: If $CmdLine[0] = 0 Then Exit EndIf