Personally, I do it the other way around: I keep a text editor opened and type my commands there, than paste it into the sqlite prompt window.

In the end I have a list of nicely formatted commands in my text editor.

Mircea

On 25/04/2012 4:59 PM, Champ Lee wrote:
Hello List,

I am using the sqlite3 client on MS windows from a command prompt. I
frequently issue a number of select commands while exploring data, and
before I know it, have entered several dozen, fairly complex select
commands. I would like to capture all of those commands into a file.  Is
there a way that I can turn on some kind of command logging, where
everything I typed in could be echoed to a file? From a standard DOS
command line I might do something like:
doskey /h>>c:\logfile.txt

Thanks in advance for any pointers,
champl
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to