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:
00811940
Views:
10
Hi Sergey,

Thank you very much for the reply and support. It worked out great

Have a great week,
Ali

>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform