Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Do this, Do that...
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00102329
Message ID:
00102335
Views:
39
Bruce,

Try RUN /N c:\etc\myapp.exe. Your little startup EXE can now terminate. It will probably reload the VFP run-time, so you may see a performance hit, but disk caching will probably reduce that quite a bit since you just loaded the run-time when your startup app loaded.

>I have a tiny server EXE that's run from the user desktop, that checks version and copies new app EXE to local hard drive if needed. Then it runs the hard drive app EXE, so I have in the small server EXE:
>
>DO c:\etc\myapp.exe
>
>as the last line of code.
>
>My question is: is there a way to close the small server EXE after it launches the app EXE? Or a slightly different strategy that would accomplish this?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform