
Allows you to close specified application window.
Example

Running this code will close the application window "Untitled - Notepad".
plugin command("Desktop Automation.dll", "app window close", "Untitled - Notepad", "")
	
Allows you to close specified application window.

Running this code will close the application window "Untitled - Notepad".
plugin command("Desktop Automation.dll", "app window close", "Untitled - Notepad", "")
	Was this helpful?
