Closing, Minimizing or Maximizing a Windows Application
- Last UpdatedNov 07, 2016
- 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 Retrieving the Application Title of a Running Application.
-
Make sure that the Windows application is running. See Checking If an Application is Running.