Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Include EXE in Project and Use at Runtime
Message
 
À
10/10/2007 10:46:21
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01260022
Message ID:
01260026
Vues:
11
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform