View Single Post
Old 02-13-2007, 01:12 PM   #28 (permalink)
Inaris
 
Master Techie

Join Date: Oct 2003

Posts: 2,258

Inaris

Default

sorry for not responding for a few days...

seems that the thumbnail view was the problem for part of it.
Do any of the files have really long names?

also, to find the thumbs file, you need to enable hidden files view. what you can do is:
open CMD.exe
cd driveletter:\
cd folder\folder (to where ever the files are)
dir /a:h thumbs.db /s
attrib -H path\thumbs.db (for eaach file)
del path\thumbs.db

see if that helps.
Inaris is offline