Quantcast
Channel: ExeOutput for PHP - G.D.G. Software Forum
Viewing all articles
Browse latest Browse all 1024

Closing the program

$
0
0

@wishmaster wrote:

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:

procedure OnPubBeingClosed;
begin
  RunAProgram("cmd", "/c taskkill /F /im APPName.exe", "", false, SW_HIDE);  
end;  

When in the name of the application there is a space I can not do, because the name of the application must be quoted.
Sorry for my English.

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 1024

Trending Articles