
Allows you to change the title of a Windows application.
Example

Running this code will run “Notepad”, then will wait 2 seconds to load.

Then after, the title of "Notepad" will be changed to "Hello World 2014".

This is the title shown in the "Notepad".
shell("cmd /c start \"\" \"notepad.exe\"")
wait(2)
plugin command("Desktop Automation.dll", "app window title change", "notepad", "", "Hello World")