<< GATEWAY EXPORT TAB c:\pdfout\taptest.txt SELECT * FROM tapfile OPTION COL_NAMES ON|SEPARATOR ;|show_progress ON
>> You will probably have to issue SET SEMI = '!' or something similar (choose a harmless character) before the command and SET SEMI = ';' afterwards. As it is, the ';' character is being interpreted as a command line separator. -- Larry

