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:
00811963
Views:
11
You're welcome.

>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()
>>
>>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform