Activating a Running Windows Application
- Last UpdatedNov 07, 2016
- 1 minute read
In a script, you can activate a running Windows application by using the ActivateApp() function. This brings the specified application to the foreground and gives it focus.
You need to do the following before activating a running Windows application:
-
Find the application title or Windows task list name. See Retrieving the Application Title of a Running Application.
-
Ensure the Windows application is running. See Checking If an Application is Running.