Jump to content

tracking script.au3 running


Recommended Posts

processexists only seems to work with  script.exe

but not with script.au3

is there a way to detect if a specific source script is running?

i know i can see autoit3.exe running for each au3 but there

appears to be nothing to tell me the name of source script

 

Edited by serena_knight
Link to comment
Share on other sites

  • Developers
10 minutes ago, serena_knight said:

is there a way to detect if a specific source script is running?

Yes...  Each AutoIt3 instance has it's own hidden window, which you can give a unique name. Check the helpfile for AutoItWinSetTitle().

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Developers

Well you can set a unique title for "each" script and you can test for that unique title with WinExists() ....right.... or am I not properly understanding what you are asking?

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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