Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Run command long file name
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP
Divers
Thread ID:
01148006
Message ID:
01148019
Vues:
22
Steve,

Your command needs to be in quotes, like below;
pr = "c:\Program Files\Newbie\newbie.exe "
ps = "/login admin /password asdfasdf"
sc =  '/script "americanbulls.nbl" /exec ie /windowstate 0'
tg = (pr) + (ps) + (sc)
RUN "&tg" && note the quotes
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform