Re: [sqlite] Exiting SQLite3 from within a (.bat) file

2017-01-13 Thread tbuck...@frontier.com
Thank you.That works great.Tom... On Friday, January 13, 2017 9:46 AM, Kees Nuyt wrote: On Fri, 13 Jan 2017 08:12:33 + (UTC), "tbuck...@frontier.com" wrote: > 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 batc

Re: [sqlite] Exiting SQLite3 from within a (.bat) file

2017-01-13 Thread Kees Nuyt
On Fri, 13 Jan 2017 08:12:33 + (UTC), "tbuck...@frontier.com" wrote: > 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

[sqlite] Exiting SQLite3 from within a (.bat) file

2017-01-13 Thread tbuck...@frontier.com
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