Answers for "autoit check if autoit script is running"

0

autoit check if autoit script is running

If _Singleton("test", 1) = 0 Then
    MsgBox($MB_SYSTEMMODAL, "Warning", "An occurrence of test is already running")
    Exit
EndIf
MsgBox($MB_SYSTEMMODAL, "OK", "the first occurrence of test is running")
Posted by: Guest on July-25-2020

Browse Popular Code Answers by Language