Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Anything besides Run
Message
De
16/10/2001 03:21:26
 
 
À
15/10/2001 19:25:07
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00568844
Message ID:
00568882
Vues:
24
Steven,
If you want to launch a process and wait until that process terminates, use the method launchAppAndWait()
Try something like this:
oProcess = NEWOBJECT("RunApp", "process", "", "D:\ccdraft\bin\ccplot.exe -rk tempjan.bat","D:\ccdraft\bin\","HID")
oProcess.launchAppAndWait()
HTH
>Is there any way to get this code to keep from displaying the dos window and still wait until process is complete?
>Run /2 D:\ccdraft\bin\ccplot.exe -rk tempjan.bat
>
>I have tried the api_apprun but I still can't get the process to finish before my rename command kicks in.
>
>Thanks
Daniel
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform