Jump to content

Recommended Posts

Posted (edited)

Hi, I'm coding a script which automates the use of a program. The first thing I want to program to do is to see if the program is actually running.

I would be very gratefull if someone could point me in the right direction.

Posted Image

Regards.

Edited by Googler24022
Posted

Hi, I'm coding a script which automates the use of a program. The first thing I want to program to do is to see if the program is actually running.

I would be very gratefull if someone could point me in the right direction.

Regards.

Might look at ProcessExists in the help

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

Posted

Might look at ProcessExists in the help

and WinExists("YOUR PROG TITLE NAME")

we use the window title many times when controlling another program

winactivate(), winwaitactive(), and others

8)

NEWHeader1.png

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
×
×
  • Create New...