The clipper command to copy any single file is "copy file"
Assuming that drives C:& D:, folders (1 & 2) and file a.dbf already exist, the following line will copy file a.dbf from folder 1 on c: drive to folder 2 on d: drive and rename it to b.dbf in the process:
COPY FILE "c:\1\a.dbf" TO "d:\2\b.dbf
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.