Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I run a VBS file from within a VFP exe
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00984321
Message ID:
00984324
Views:
10
>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--
Previous
Reply
Map
View

Click here to load this message in the networking platform