The export command in mapbasic allows to you to save as CSV format.
If you don't have mapbasic, you should be able to do it with a "workspace
script". Create a wor file with content similar to this:
!Workspace
!Version 400
!Charset WindowsLatin1
export table1 into "table1.csv" type "CSV"
export table2 into "table2.csv" type "CSV"
etc.
Regards
Uffe Kousgaard
Generally yes, but the tab files should be open in advance. Of course the
script could also include a list of open table commands, so it starts from
"scratch", like a normal workspace file.
Remember:
A workspace file is just a list of uncompiled mapbasic commands. With a
3-line header first.
Regards
Uffe
Add the word Titles at the end of the line.
Also get the documentation for mapbasic, if you want to do more of this:
http://www.mapinfo.com/for-developers/documentation/product-documentation