Re: How close one program from another.
- Posted by petelomax Aug 20, 2013
- 2028 views
DonCole said...
How can I close one program from another?
Let's say I'm running an Euphoria program and Notepad.
Or an Euphoria program and another Euphoria program that I have compiled to an .exe file.
How can I close the second program from the first?
Assuming the program you want to close always has a proper window, try Edita\eama.ew (see the comments in that file)
In the case of Notepad, you would want to tweak it to look for window titles ending in " - Notepad".
Pete