| 
 | On Fri, 30 Jan 2009 04:45:20 -0500, holita <holita@dog.com> wrote: 
 
 >
 >>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
 >
 >go to start, search, files & folders, all files & folders.
 >
 >enter .db in the first box, which asks for the name of the file
 >
 >under "look in", use right arrow, click on "browse" to go to the
 >folder where your designs are.
 >
 >click on "search". when search is done, from edit, "select all" &
 >delete them
 >
 The Thumbs.db file is a hidden system file and because of that you will not see
 it in your windows explorer unless you have turned Show hidden files and folders
 on.
 This simple 2 line command file finds them all on the drive or the folder and
 subfolders where it is executed and delets them. \
 
 ATTRIB *.db -s -h -r /s
 DEL *.db /s
 
 
 
 | 
 
 
| Follow-ups: | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 
 |