On February 27, 2006 06:29 pm, [EMAIL PROTECTED] wrote:
> [EMAIL PROTECTED] wrote:
> > look i have over 600 temp file i cannot remove or delete why is 
> > this. they all start with sqlite_  then there is another over 600
> > files  with 3k memory, but the sqlite_ files have ok memory
>
> I'm getting more and more complaints from people, like the one
> above, about lots of temp file with sqlite in the name.  Presumably
> these are windows users.  Does anybody have any idea what program
> they might be running that leaves lots of sqlite_* temp files
> laying around?

No idea.
You might have to ask the user to grep every file on their computer and 
report back which programs contain "sqlite"

Go to a DOS shell, then:
change to drive c:
change to directory \
then grep -a -r "sqlite" * >filelist.txt

They may have to perform it in "safemode" if they have troubles being 
locked-out of some files currently running.

and have them send you filelist.txt so that between that user and other 
users complaining, their respective filelist.txt may show a common file 
or at least some files to focus on.

Hope that helps.

Reply via email to