wxwidgets - wxExecute without a terminal window pop up -
I'm trying to use wxExecute like this: wxExecute ("taskkill / f / im aSServer.exe") ;
And I do not intend to see the terminal window that pops up (window). Is there a way to do that?
The way you did the link on the wiki page is the standard way of doing this, but if you actually If you can not stand it in, then you should do the following:
wxProcess process; WxExecute ("Taskscill / F / IMServer.exe", wxEXEC_ASYNC, and process);
Comments
Post a Comment