Export database as tab delimited text in a script
Here is a command that will export the active database as a text tab delimited file, in the current directory, with the same name as the active database in a script.
Set Safety OFF Copy to "C:\temp_.csv" type csv ZAP Append from "C:\temp_.csv" type delimited Copy to FORCEEXT(dbf(),"txt") type delimited with tab |