This example will unhide a window with a window title beginning with the word 哲ote.
Sub Main
'This script will unhide the Notepad window
'using the AutoMate UnHide Action, note that
'only a partial title was specified
Action.UnHide("Note", "0", "")
End Sub