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:
00557922
Views:
21
>>>>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 >

I was thinking about him, and I believe you were quoting him when I read it. I just wasn't sure. Hilmar also reminded me about the last piece "or none at all".
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform