Changes the title of a window.
The title of the window to modify.
Optional text found in the window.
The new title to set for the window.
1 if successful, 0 otherwise.
import { WinSetTitle } from '@ahmic/autoit-js';WinSetTitle('Untitled - Notepad', '', 'New Title'); Copy
import { WinSetTitle } from '@ahmic/autoit-js';WinSetTitle('Untitled - Notepad', '', 'New Title');
https://www.autoitscript.com/autoit3/docs/functions/WinSetTitle.htm
Changes the title of a window.