Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Run command
Message
 
 
À
28/01/2007 12:52:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01189918
Message ID:
01189919
Vues:
11
This message has been marked as the solution to the initial question of the thread.
A file name with spaces has to be enclosed in double quotes.
lcCmd = ["C:\program files\sample dir\sample.exe"]
RUN  &lcCmd
>a='C:\sample\sample.exe'
>RUN &a
>
>works fine
>
>but
>
>a='C:\program files\sample dir\sample.exe'
>RUN &a
>
>does not work, what is wrong
>
>best regards
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform