In windows shell Control-Z should be equivalent of Control-D on Unix (it sends EOF to stdin).
Pavel On Mon, May 4, 2009 at 2:58 PM, Kees Nuyt <[email protected]> wrote: > On Mon, 4 May 2009 14:00:45 -0400, "D. Richard Hipp" > <[email protected]> wrote: > >> >>On May 4, 2009, at 1:44 PM, Sam Carleton wrote: >> >>> prefix with a period: >>> >>> .exit >> >>Yes. Also ".quit" or ".q" or Control-D (on most Unix systems >> - I don't know if Control-D works on windows) > > Control-D doesn't work in sqlite3.exe on windows, Control-C > does, both in the windows shell (CMD.EXE) and in msys > (mingw32) bash. > -- > ( Kees Nuyt > ) > c[_] > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

