Jump to content

multiple instances of the same application


Recommended Posts

Hi all,

I want to automate multiple instances of the the same application simultaneously, each one using another autoit script.

is it possible?

how can each script recognize the instance it is automating?

thanks

Link to comment
Share on other sites

Could be possible. YOu can find windows by process or rename the windows via Autoit.

Just give it a try.

What app?

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

An app which extracts data from some database and displays it on the screen. I don't have the source and I don't have anyway to directly connect to the db, so basically I'm screen scraping the data I need.

How do I rename the windows?

Link to comment
Share on other sites

An app which extracts data from some database and displays it on the screen. I don't have the source and I don't have anyway to directly connect to the db, so basically I'm screen scraping the data I need.

How do I rename the windows?

You can also extract the data via Autoit. All you need is the connection parameters.

To set the title ... let me guess ... :unsure:WinSetTitle

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

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