Minimize Example

 

This example will minimize a window with a window title beginning with the text 哲ote.

 

Sub Main

 'This script will minimize the Notepad window

 'using the AutoMate Focus Action, note that

 'only a partial title was specified

 Action.Minimize("Note", "0", "")

End Sub