Close, minimize, or maximize a Windows application
- Last UpdatedJul 24, 2024
- 1 minute read
In a script, you can close, minimize, or maximize another Windows application by using the WWControl() command.
You need to do the following before closing, minimizing or maximizing a Windows application:
-
Find its application title or Windows task list name. See Retrieve the application title of a running application.
-
Make sure that the Windows application is running. See Check if an application is running.