Jump to content

Only 1 instance


JAFN
 Share

Recommended Posts

Can anyone tell me why this doesn't work?

$name is the name of the script and is the titlebar contents.

Func TerminateInstance()

    Local $processes
    Local $Loop
    $processes = ProcessList($Name)
    For $Loop = 1 To $processes[0][0]
        If $processes[$Loop][1] = @AutoItPID Then ContinueLoop
        MsgBox(16, "Warning", "Only one instance of " & $Name & " allowed." & @CRLF & $Name & " is already running.")
        Exit
    Next

EndFunc   ;==>TerminateInstance
[size="2"]The second mouse gets the cheese[/size]
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...