Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Executing an .exe (not vfp)
Message
De
03/04/2003 17:53:36
 
 
À
03/04/2003 08:28:36
Victor Verheij
International Film Festival Rotterdam
Rotterdam, Pays-Bas
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00773495
Message ID:
00773823
Vues:
15
Example:


lcCurrentPath = CURDIR()

lnMyVar = 23456
lcMystringApp = ""

lcMyStringApp = "MyApp.exe " + lnMyVar


lcPath = "c:\MyApp"
CHDIR C:
CHDIR (lcPath)
RUN /N &lcMyStringApp

CHDIR C:
CHDIR(lcCurrentPath)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform