Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Internal copy command
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00121971
Message ID:
00121977
Vues:
17
The problem you have with more than one word in the COPY command is because you are using macros. Here is the modified version of your code which should work fine:

LFOLDER = 'full path' + '\system\*.*'
LFOLDER1 = 'full path'
copy "&LFOLDER" TO "&LFOLDER1"

If you notice, I have added quote marks in the last line, the COPY command.

Regards,
Rishabh.
---
Rishabh Bakshi
Swarthmore, PA 19078
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform