Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Running Multiple Windows EXEs Within FoxPro
Message
From
30/12/1998 16:35:07
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00171620
Message ID:
00171728
Views:
23
Ernest:
Add Foxtools.fll to your project
The following line uses an API call to define a function that allows you to execute an EXE. Control doesn't return until the EXE is finished. I've written a VFP app that is called by a DOS batch file. With judicious creation of disk files, our DOS can determine when the Windows communication program has finished.

declare RunAndWait in Tools String
x = RunAndWait("myprogram.exe")

HTH
Mike
Mike
Previous
Reply
Map
View

Click here to load this message in the networking platform