| 
 | On Thu, 29 Jan 2009 19:51:01 +0000, goneblonde<fakeid@nogreyandwispy.com wrote: 
 >Can't remember how to get rid of db files can someone refresh my memory.
 >Thanks for looking.
 
 You can make a small bat file named Thumbs.bat or so and put those 2 lines in it
 
 ATTRIB *.db -s -h -r /s
 DEL *.db /s
 
 You can make the file with Notepad and will result in a small command line file.
 Instead of *.db you also may type Thumbs.db
 Hope this will help you.
 
 | 
 
 
| Follow-ups: | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 
 |