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.
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.