单条件运行语句.
If <表达式> Then 语句
;如果没有命令行参数, 则终止脚本 If $CmdLine[0] = 0 Then Exit ;也可以这样替代: If $CmdLine[0] = 0 Then Exit EndIf