ActivateApp()
- Last UpdatedJan 19, 2021
- 1 minute read
Restores, minimizes, maximizes, or closes another currently running Windows application.
Category
Miscellaneous
Syntax
ActivateApp( TaskName );
Parameter
TaskName
The task this function activates.
Remarks
TaskName is the exact text string, including spaces, that appears on the Task Bar or in Windows Task Manager. You can see the task name by opening Task Manager.
Example
ActivateApp("Calculator");