wishmaster
New member
Good day. I need to make the closure of all processes, because when you close the application, some AXAJ processes hang then endlessly.
When the application name is without a space, it works perfectly:
Sorry for my English.
When the application name is without a space, it works perfectly:
When in the name of the application there is a space I can not do, because the name of the application must be quoted.Code:procedure OnPubBeingClosed; begin RunAProgram("cmd", "/c taskkill /F /im APPName.exe", "", false, SW_HIDE); end;
Sorry for my English.
Last edited: