This example will minimize a window with a window title beginning with the text ôNoteö.
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