Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Run dos program and wait.
Message
De
09/08/2004 16:43:42
 
 
À
09/08/2004 16:37:27
Scott Sherman
Puyallup Tribal Health Authority
Tacoma, Washington, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00931875
Message ID:
00931877
Vues:
20
Try this
RUN /N CMD /C &SLIMCOMMANDLINE
>I have the need to fire off a DOS program but I need know when it finishes. If I use the below code, the program kicks off just fine but it is in no wait mode so I have no idea when it finishes. If I remove the /N from the RUN statement in hopes that the FoxPro program with wait, the program crashes. Does anyone have any idea how I can make FoxPro wait for the DOS program? The help says something about .pif files but I do not know how to create or use these either.
>
>SLIMCOMMANDLINE = 'SLIMBATCH ' + '/IMPORT=("' + m.assettextfilename ;
> + '","' + m.assetsisfilename + '")' ;
> + ' /IMPORT=("' + m.transtextfilename + '","'
> + m.transsisfilename + '")' ;
> + ' /TRUVP=("' + m.exportfilename + '")'
>
>RUN /N &SLIMCOMMANDLINE
>
>** Please and thank you in advance.
Greg Reichert
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform