Eraserd scanning of mutiple folders for file

Trapper

New Member
Excuse me if this question has been previously asked. I did searches of the forum but perhaps my search words simple were not right.

Here's my scenario. I'll uses the file thumbs.db in my example simply because it's found in many folders.

Using "eraserd" I need to scan all folders on a drive for a specific file and erase all instances found.

If I do:

Code:
eraserd -file c:\thumbs.db -passes 4

If there's a thumbs.db in the root directory it is erased.

If I do:

Code:
eraserd -file c:\thumbs.db  -subfolders -passes 4

All I get is the eraserd help notice, which means my syntax is incorrect.

How can I get eraserd to scan an entire drive for one specific file and delete any instances of it that are found?
 
Back
Top