Hello,I have a batch (.bat) file that runs a C program to pre-process a text file to a clean .csv file. Then the batch file runs SQLite3 -init to execute dot (.) commands. Everything works great except the last dot command ".exit" or ".quit" to close the SQLite3 program out. I always have to manually enter .exit to get back to the command prompt. What can I do to have SQLite3 automatically exit? The batch file has the following commands:cls SOE_sort.exe %1 sqlite3.exe -init SOE_sortRC.sqliterc
Thanks, Tom... _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users