peacemaker Expert Licensed User Longtime User Dec 20, 2013 #1 how to run .exe and exit my app. My app closes the starting app2 also when exiting. App2 name is with full path. Last edited: Dec 20, 2013
how to run .exe and exit my app. My app closes the starting app2 also when exiting. App2 name is with full path.
Erel B4X founder Staff member Licensed User Longtime User Dec 22, 2013 #2 You want to create a second app that kills your first app? (Windows) you can try to use TaskKill: http://stackoverflow.com/questions/12528963/taskkill-f-doesnt-kill-a-process with jShell library. Upvote 0
You want to create a second app that kills your first app? (Windows) you can try to use TaskKill: http://stackoverflow.com/questions/12528963/taskkill-f-doesnt-kill-a-process with jShell library.
peacemaker Expert Licensed User Longtime User Dec 22, 2013 #3 No, just start one app and exit mine. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Dec 22, 2013 #4 Try the TaskKill solution. Upvote 0