Jump to content

How to detect an existing instance of a executable.


Recommended Posts

Hello all,

I'd like to see if anyone has an efficient way of detecting an existing instance of an AutoIt executable.

Let's say I create and compile an executable that runs in the background for 10 minutes. I'd like to have the code check to see if an instance is already running and if so, exit.

So if I launch the app the first time it determines it is the only version running. Where I launch it the second time, it detects the existing instance and exits.

Thanks,

Edited by SmOke_N
removed links
Link to comment
Share on other sites

  • Moderators

Hello all,

I'd like to see if anyone has an efficient way of detecting an existing instance of an AutoIt executable.

Let's say I create and compile an executable that runs in the background for 10 minutes. I'd like to have the code check to see if an instance is already running and if so, exit.

So if I launch the app the first time it determines it is the only version running. Where I launch it the second time, it detects the existing instance and exits.

Thanks,

Look at the help file for _Singleton().

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

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...