Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Shell
Message
 
 
À
26/03/2003 09:33:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Shell
Divers
Thread ID:
00770197
Message ID:
00770201
Vues:
13
>I want to execute a .exe how can i do
>also i want to know when the .exe will terminate
>how???

See API_APPRUN in .VCX form File #9477. You can also use WSH http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/wsMthRun.asp
oShell = CREATEOBJECT('WScript.Shell')
oShell.Run("C:\mydir\myapp.exe",,.T.)
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform