Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Internal copy command
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00121971
Message ID:
00145635
Views:
27
I apologize for the extreme delay.. but it seems I am NOT getting responses
to my mail forwarded to my e-mail.

Problem Solved. Thanks

>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.
Glenn
Previous
Reply
Map
View

Click here to load this message in the networking platform