| AppCtrlScript | |
| Help |
|
Applies to |
AppCtrlScript (Module: wmACScr1.dll) |
|
Group |
Other |
|
See also |
KILLAPPS, FINDWINDOW, FINDTASK, KILLTASK |
Tries to close the application(s) specified by parameter (sends the close command). Only addresses windows that are a direct child of the desktop window.
Note: It may be that the application displays a messagebox to the user regarding whether he is sure to quit or whether he want to save changes. In these cases the message box will hang around and the application will not close.
CLOSEAPP[S] <WindowTitle>[, <SkipThese>]
CLOSEAPPLICATIONS <WindowTitle>[, <SkipThese>]
|
Part |
Description | |
| <WindowTitle> | Window title or part of it of the application to close. You can specify more titles at once separating them with "; ". | |
| <SkipThese> | Optional window title(s) to exclude from being closed. | |
|
| ||