ShellExecute (rtl)
Procedure ShellExecute(const P1:string; const P2:string);
Cette fonction execute une commande Windows.
| P1 | Premier paramètre. |
| P2 | Second paramètre. |
La fonction execute
ShellExecute(0, 'open', P1, P2, nil, SW_SHOW);
Exemple
begin
end;
Voir aussi: