Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Environment variables update
Message
De
22/02/2010 15:59:41
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows NT
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01449950
Message ID:
01450342
Vues:
58
The following Windows shell code works for me

lcVarName = ‘APP_VARIABLE’
lcVarValue = ‘update message’
fs = createobject("WScript.Shell")
fs.Environment("SYSTEM").item(lcVarName) = lcVarValue

Thank you
Ed
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform