Sujet : Executer une apli externe en Borland C++ 5 |
HuGoBioS |
Taureau a écrit a écrit :
tu utilises quelle commande ? ormalement tu dois utiliser l'api ShellExecute
HINSTANCE ShellExecute(
HWND hwnd, // handle to parent window
LPCTSTR lpOperation, LPCTSTR lpFile, LPTSTR lpParameters,
LPCTSTR lpDirectory, INT nShowCmd
);
|
oki, moi j'utilisais execl comme commande |