Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Executing an .exe (not vfp)
Message
From
03/04/2003 17:53:36
 
 
To
03/04/2003 08:28:36
Victor Verheij
International Film Festival Rotterdam
Rotterdam, Netherlands
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00773495
Message ID:
00773823
Views:
14
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