Hide Example

 

This example will hide a window with a window title beginning with the word 哲ote.

 

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