if there is a dbf file old.dbf
if it belongs to database testing
if i want to copy it to new.dbf within same database
then the command will be
COPY TO new DATABASE testing NAME new
if you want a blank copy
then these are the commands
select old
go bottom
skip
COPY TO new DATABASE testing NAME new rest