Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Running Multiple Windows EXEs Within FoxPro
Message
De
30/12/1998 16:35:07
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00171620
Message ID:
00171728
Vues:
24
Ernest:
Add Foxtools.fll to your project
The following line uses an API call to define a function that allows you to execute an EXE. Control doesn't return until the EXE is finished. I've written a VFP app that is called by a DOS batch file. With judicious creation of disk files, our DOS can determine when the Windows communication program has finished.

declare RunAndWait in Tools String
x = RunAndWait("myprogram.exe")

HTH
Mike
Mike
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform