Maurice Marinus <maurice.mari...@gmail.com> wrote:
> On a windows platform I have the following:
> schema.sql (contains the sql scripts)
> sqlite3.exe (command shell for sqlite -> downloaded from sqlite.org)
> build.bat : A batch file containing the line : sqlite3.exe -init
> schema.sql default.db3
> 
> When I run build.bat, the database is created as expected, however, the
> sqlite shell doesn't automatically terminate.

Put ".exit" (without quotes, and with a period in front) as the last line of 
the script.
-- 
Igor Tandetnik

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to