Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with RUN command
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00390391
Message ID:
00390396
Vues:
9
>I need to execute a couple of exe's from within VFP. I get the exe names with
>numfiles = ADIR(prgarray, "G:\phone bill\temp\*.exe")
>fullname = "G:\phone bill\temp" + prgarray(1,1)
>RUN &fullname
>
>I have tried this with and without the &. As the two self extracting exe's have a different name evey month, there is no way to hard code them in
>
>fullname holds the correct name, it SHOULD work, but won't.
>What am I doing wrong?


There was backslash missing
fullname = "G:\phone bill\temp\" + prgarray(1,1)
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform