On 08/01/11 11:43, [email protected] wrote: > Hi All, > > I'm using Windows Home Vista(!) and yesterday download the binaries for > windows. I think I then unzipped same. then tried typing sqlite3 test.db only > to be informed that "not recognised as an internal or external command, > operable program or batch file."
I assume by 'binaries' you mean sqlite-shell-win32... and sqlite-dll-win32...? You need both to run the command you give above. You have three choices: - Run your command in the same folder that you unzipped the files into. - Give the full or relative path to that folder, eg c:\path\to\folder\sqlite3 test.db - Add that folder to your path variable - the GUI to do that is somewhere in My Computer->Advanced or some such IIRC -- Peter Hardman 'For every complex problem there is a solution that is simple, straightforward - and wrong' _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

