Function Reference

AutoItWinSetTitle

Changes the title of the AutoIt window.

AutoItWinSetTitle ( "newtitle" )

 

Parameters

newtitle The new title to give to the window.

 

Return Value

None.

 

Remarks

The AutoIt window is usually hidden. The purpose of changing the title is to allow other programs (or other AutoIt scripts) to interact with AutoIt.

 

Related

AutoItWinGetTitle, WinSetTitle

 

Example


AutoItWinSetTitle("My AutoIt Window")