Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Running an external program
Message
 
 
À
08/09/2005 20:34:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01047937
Message ID:
01048752
Vues:
10
>Hello,
>
>I want to run an executable.
>
>I'm currently calling it with the RUN command, but the console appears.
>The target aplication is a Windows Aplication, and I would like to open it from my VFP9 program without that ugly console.
>
>thanks!!
>Pablo Velazco

Here's an example of running dos zip, I like Marcia's Code too...
   loWZIP=CreateObject("Wscript.Shell")
   loWZIP.run("command /c PKZIP &cZipScript",0,1)
   loWZIP=NULL
Edgar L. Bolton, B.S. B.B.A.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform