On 1 June 2010 12:52, Mark <[email protected]> wrote: > Hi, > > trying to use .output to write a small text file, and send it to the C drive. > It looks like this: > > .read UnPop.sql > .output C:\done.txt > .dump dbinfo > .quit > > works fine if I send it to the E drive, but as soon as I try anywhere on the > C, whether to the drive itself, or a folder on C, it just doesn't work at all, > nothing is created. I do need it it to go to at least the C drive, and > preferably a folder on C
looks like Windoze - double up your '\' chars, i.e. .output C:\\done.txt > > mtia, > Mark Regards, Simon _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

