Start -> Run -> Type in 'cmd' , sans quotes, of course.
Now, in the event you're not familiar with DOS at all, I'll walk through all the steps. You should now have a DOS window open with a prompt, somewhere into the directory of C:\
Type in 'cd ..'
Repeat that command until the prompt says only C:\
Here you can use the 'dir' command to display a directory of all the files and other directories directly on your hard drive. However, chances are you won't see FOUND.000 anywhere.
At the C:\ , type in 'cd found.000'
Funny thing, it's there. You can do a 'dir' here to see a list of all the files in the folder, or you can just get back to your plain C:\ by doing a 'cd ..' and type in 'copy found.000 c:'
This will prompt you to...