Window Maximize

 

The Windows Maximize command resizes a window to fill the entire screen.

 

 

Script Editor > Expand Windows/Programs Category > Window Maximize

 

 

Choose a Window

Choose from the drop down list whether to maximize the current window or a specific window.

 

Use the Current Window

This refers to the window that has focus when the Window Maximize command runs during macro playback. Whichever window is on top and has focus when the Window Maximize command runs is maximized.

 

Specify a Window

Enter the title of the specific window that you want to maximize. Or click on the Browse button to see a list of all windows currently running. Select the window from the list to insert the name into the Window Title edit box.

 

Exact Match

This requires that the window name entered matches exactly with the name of the window waiting to receive focus. For example, if listing Notepad as the window name, but the actual window title is Notepad - Untitled, then the macro would not wait.

 

Partial Match

The Partial Match option does not require an exact window title match. For example, if waiting for a notepad window, inserting "notepad" or "notep" as the window title will find the window. This is particularly useful as some Window Titles change based on whether a given file is open. Case sensitivity is not required. For example, "NOTepad" will work as well as "notepad".

 

The Title contains Wildcards

Select this option if a wildcard is included in the window title name. A wildcard uses the " * " or " ? " characters in the title to expand the possibilities of a match. These are similar to the wildcards used in Windows for searches.