JAFN Posted April 20, 2011 Posted April 20, 2011 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]
AdmiralAlkex Posted April 20, 2011 Posted April 20, 2011 _Singleton()? .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
jguinch Posted April 20, 2011 Posted April 20, 2011 Hi Maybe you tried to run the not compiled script ? Spoiler Network configuration UDF, _DirGetSizeByExtension, _UninstallList Firefox ConfigurationArray multi-dimensions, Printer Management UDF
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now