單條件運行語句.
If <表達式> Then 語句
;如果沒有命令行參數(shù), 則終止腳本 If $CmdLine[0] = 0 Then Exit ;也可以這樣替代: If $CmdLine[0] = 0 Then Exit EndIf