Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Running an EXE from an EXE
Message
De
08/12/2007 10:19:20
 
 
À
08/12/2007 10:07:32
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01274149
Message ID:
01274152
Vues:
9
This message has been marked as the solution to the initial question of the thread.
>What is the best way (whatever that really means) to run an EXE from another EXE?
DECLARE INTEGER ShellExecute IN shell32; 
    INTEGER hwnd,; 
    STRING  lpOperation,; 
    STRING  lpFile,; 
    STRING  lpParameters,;  
    STRING  lpDirectory,; 
    INTEGER nShowCmd

lcEXEName = 'yourexe.exe'
ShellExecute(0, 'Open', lcEXEName, '', '', 0)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform