Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Shell
Message
 
 
To
26/03/2003 09:33:20
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Shell
Miscellaneous
Thread ID:
00770197
Message ID:
00770201
Views:
12
>I want to execute a .exe how can i do
>also i want to know when the .exe will terminate
>how???

See API_APPRUN in .VCX form File #9477. You can also use WSH http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/wsMthRun.asp
oShell = CREATEOBJECT('WScript.Shell')
oShell.Run("C:\mydir\myapp.exe",,.T.)
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform