I'm new to Foxpro, any help is greatly appreciated.
I want to dump a table to a CSV file. I know I can open the table and execute a copy command like
COPY TO <filename>. DELIMITED WITH ';'
but I need to do this via a batch program, so I need to execute the copy from the command prompt.
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.