ShellExecute (rtl)
<source lang='delphi'>Procedure ShellExecute(const P1:string; const P2:string);</source>
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
<source lang='delphi'> begin end; </source>
Voir aussi:
{{#if:Développement DSM|
{{#if:Développement DSM|— Développement DSM |}} — Développement DSM —
|
{{#if:|— [[{{{1}}}]] |}} — Développement DSM —
}}