Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Running Multiple Windows EXEs Within FoxPro
Message
De
30/12/1998 13:26:07
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Running Multiple Windows EXEs Within FoxPro
Divers
Thread ID:
00171620
Message ID:
00171620
Vues:
55
I needed to generate a dbf file within a VFP application - when the file was done I had to first run it thru (within VFP) a third party WINDOWS app for further processing and when that was ready I had to run it thru a second Windows app. The code I wrote was as follows:

generate DBF ...
RUN /N app1.exe ...
RUN /N app2.exe ...

The problem was app2 loaded right behind app1's tail and it started processing before app1 finished or even started it's job. I tried the /N3 switch and NO switch and also placing both *RUN* lines in a single DOS .bat file. Any help would be appreciated.
Ernest
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform