Jump to content

Script need to launch only when a desktop app is launched.


WindIt
 Share

Recommended Posts

I have a mural desktop application that does not have few main features of audio and video to collaborate, For that i need to keep using tab for moving between apps to access skype.

I built a autoit script to handle this, But need a way to auto launch this script only when the mural desktop app is launched each time, also close when closed the app.

Awaiting suggestions to handle the script in a better way.

Link to comment
Share on other sites

  • Developers

Why not Just leave the script running and test for the existence of the Process for the "mural app" to determine what to do?

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

24 minutes ago, Jos said:

Why not Just leave the script running and test for the existence of the Process for the "mural app" to determine what to do?

Jos

Ya good idea, How to i identify the specific process here 'mural', if i need to run this script on multiple machines.

Link to comment
Share on other sites

  • Developers

Check for either windowtitle or processname.  Helpfile has all  the the details on available functions.

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

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