Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Executing RUN command
Message
 
 
To
30/08/2005 08:14:06
Sunil Kejariwal
The Software Workshop
Mumbai, India
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6
Miscellaneous
Thread ID:
01045091
Message ID:
01045093
Views:
38
>While executing RUN command from Program it opens a dos window. How can I exeuted RUN command and also keep the window minimized.


You can use API_APPRUN in .VCX form File #9477 or WSH Run method.
oShell = createobject("WScript.Shell")
oShell.Run(lcCmd, 0, .T.)
See http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/wsmthrun.asp for details.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform