Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Include EXE in Project and Use at Runtime
Message
 
To
10/10/2007 10:46:21
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Project manager
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01260022
Message ID:
01260026
Views:
10
>I have a couple EXEs I want to include in a project then invoke them at runtime. Can I extract them from the project and then run/delete them, or something like that? How? Thanks!

Yes you could:
lcEXE = SYS(2023)+[SomeName.EXE]
STRTOFILE(FILETOSTR([YourEXEName.EXE],lcEXE)

*** run the EXE (lcEXE) here and wait till it finished its job
ERASE (lcEXE)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform