[AutoIt] 使用 _Singleton 避免程式被執行多次 [AutoIt] 使用 _Singleton 避免程式被執行多次 2012-10-01 ephrain Comments 0 Comment 有時需要避免 AutoIt 程式被執行多次, 要做到的話相當的簡單,因為 AutoIt 已經內建提供了 _Singleton() 函式~ 下面的範例可以避免程式在執行當中,有另外一個相同 AutoIt script 被執行: #Include <Misc.au3> ; Prevent duplicated instances _Singleton($CONST_SCRIPT_TITLE, 0) (本頁面已被瀏覽過 553 次)