Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copying a file and utilizing a macro
Message
 
 
To
28/06/2007 22:26:06
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01236665
Message ID:
01236667
Views:
14
>Hi. Please tell me how to express this in code:
>
>I am using fox code to archive monthly files
>
>mydate='0607'
>
>COPY f:\mydrive\myfile.* f:\yourdrive\file&mydate.*
>
>
>Thanks, Randy
COPY FILE f:\mydrive\myfile.* to ('f:\yourdrive\file' + m.mydate +'.*')
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform