Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Run a windows exe from Fox
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00557865
Message ID:
00557921
Views:
22
>>>Is there a simple way to fire up a small windows exe prog from inside my Fox app - as in the MSDOS ! and RUN commands. I know how to automate e.g. Word but can't seem to start another small exe. Createprocess?? Excuse ignorance ... and thanks.
>>
>>Probably other members of the UT will jump in and show how to use the Windows API. However, the simplest method is:
>>
>>
>>* Example: run calculator
>>run /n calc.exe
>>
>>
>>HTH, Hilmar.
>
>Or the WSH:
>
oWS = CreateObject("Wscript.Shell")
>oWS.Run("C:\my path\someapp.exe",1)
>As somebody else said here (don't remember), "in Fox there are at least three ways of doing the same thing"

J.

I think that quote is attribuable to Dragan N.< s >
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform