Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
RUN /N vs WSH
Message
 
 
À
15/05/2008 10:47:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
01317295
Message ID:
01317302
Vues:
15
>I use the following code to run a command line program:
>
>
>lcCommand = 'RUN /N2 oDraw.cProgDrv + ':\New Fox\advanced_pdf_tools\pdftools.exe -i '+;
>'"'+ cDestination +'"'+'-f "-90" -x "0 0 36 24"'
>
>&lcCommand
>
>
>
>It works fine. However, I need to be able to wait for the program to complete prior to continuing with the remaining code. I have read that it may be better to use WSH but I am not sure of the correct syntax. I have tried the following with no success:
>
>
>lcCommand = 'RUN /N2 oDraw.cProgDrv + ':\New Fox\advanced_pdf_tools\pdftools.exe -i '+;
>'"'+ cDestination +'"'+'-f "-90" -x "0 0 36 24"'
>
>oShell = CREATEOBJECT('WScript.Shell')
>oShell.Run(lcCommand,2,.T.)
>
>
>Any suggestions on what I am doing wrong or alternate solutions would be greatly appreciated.

Remove VFP RUN command leftovers
lcCommand = 'oDraw.cProgDrv + ':\New Fox\advanced_pdf_tools\pdftools.exe -i '+;
'"'+ cDestination +'"'+'-f "-90" -x "0 0 36 24"'
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform