How to call an external application (app.exe) in an EA?

[Deleted]  

Hi all, what is the API to use in order to call an external application (e.g. app.exe) inside an EA? Thanks.

 
asagi:

Hi all, what is the API to use in order to call an external application (e.g. app.exe) inside an EA? Thanks.

Edit: ShellExecuteA()
 
No, ShellExecuteA(). For example, see https://www.mql5.com/en/forum/119063
 
jjc:
No, ShellExecuteA(). For example, see https://www.mql5.com/en/forum/119063
Yeah, that's what I was aiming for... Mixed it up.