Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ShellExecute() does not complete b/4 message after is di
Message
 
 
À
15/01/2004 11:50:06
Sammy Derban
Ghana Telecom
Accra, Ghana
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00866605
Message ID:
00867312
Vues:
25
>Sergey,
>I have downloaded the class API_APPRUN and placed it on my form.
>Unfortunately i dont know where to put my command
>e.g. pkzip C:\*.dbf A:\
>
>Please help!

Try
oApiRun = NEWOBJECT("api_apprun", "Process")
oApiRun.iccommandline = "pkzip C:\*.dbf A:\"
oApiRun.iclaunchdir = "C:\temp"
oApiRun.Icwindowmode = "NORMAL"
oApiRun.Launchappandwait()
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform