修改指定窗口的标题.
WinSetTitle ( "窗口标题", "窗口文本", "新标题" )
Run("notepad.exe") WinWaitActive("[CLASS:Notepad]") WinSetTitle("[CLASS:Notepad]", "", "我新的记事本")