Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Executing an .exe (not vfp)
Message
 
To
03/04/2003 17:53:36
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00773495
Message ID:
00774380
Views:
12
Is there a way of doing this without the dos command window being displayed?

tks,

Dennis


>Example:
>
>
> lcCurrentPath = CURDIR()
>
> lnMyVar = 23456
> lcMystringApp = ""
>
> lcMyStringApp = "MyApp.exe " + lnMyVar
>
>
> lcPath = "c:\MyApp"
> CHDIR C:
> CHDIR (lcPath)
> RUN /N &lcMyStringApp
>
> CHDIR C:
> CHDIR(lcCurrentPath)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform