Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to run dos command in ME or Win2000?
Message
From
25/05/2002 02:43:00
 
 
To
25/05/2002 02:39:58
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00661330
Message ID:
00661333
Views:
25
>I mean running a dos command from VFP application in Win2000 ro ME or XP.

ah, sorry...

you can use Windows Scripting Host, just like this:
oWSH = CreateObject("WScript.Shell")
oWSH.Run("YourCommand")
Claudio Lassala
Previous
Reply
Map
View

Click here to load this message in the networking platform