Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
! with no windows
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00811823
Message ID:
00811914
Views:
15
This message has been marked as the solution to the initial question of the thread.
Here's a sample how to use Api_Apprun class
oApiRun = NEWOBJECT("api_apprun", "Process")
oApiRun.iccommandline = "Notepad.exe c:\config.sys"
oApiRun.iclaunchdir = "C:\temp"
oApiRun.Icwindowmode = "NORMAL"
oApiRun.Launchappandwait()
>Hi Serggey,
>
>I couldn't open FAQ#7789 which includes help for the API_APPRUN. Do you know by any chance what command should I use to make it work.
>
>Thank you,
>Ali
>
>>You can try API_APPRUN in .VCX form File #9477 to avoid DOS window.
>>
>>>Hi Everybody,
>>>
>>>I use "!" to run an external program. When it runs, a black window is opened and closed (look like when you go to command prompt). How can I execute that program without that black window being shown?
>>>
>>>Thank you,
>>>Ali
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform