View Single Post
  #8  
Old July 14th, 2005, 05:28 PM
mhollyts mhollyts is offline
Registered User
 
Join Date: Jul 2004
Location: St. Louis
Posts: 62
Try and go to a dos prompt and cd into the into the directory where the files are located. When in the directory do a "dir *.* /p" to see the files. This should page the out put of the command so you can view the information. If you have more the 99 files then the directory structure is corupt on the drive. You could copy all files off the old way.... cp *.* d: instead of drag and drop.

Just thoughts
Reply With Quote