Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I run a VBS file from within a VFP exe
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00984321
Message ID:
00984324
Vues:
9
>I am not sure how I would run a VBS file from within a VFP 8 application.
>
You can use WSH
oShell = Createobject("wscript.shell")
oShell.Run(lcVBSFileName,1, .T.)
You can also use Windows Script Control http://www.microsoft.com/downloads/details.aspx?FamilyId=D7E31492-2595-49E6-8C02-1426FEC693AC&displaylang=en
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform