This example will hide a window with a window title beginning with the word ôNote.ö
Sub Main
'This script will hide the Notepad window
'using the AutoMateÖ Hide Action, note that
'only a partial title was specified
Action.Hide("Note", "0", "")
End Sub