Deleting files permanently, search and delete

Status
Not open for further replies.

dabster

In the zone
A utility which allows search and delete permanently for a specific extension from computer.
I found utility like Inferno (search keyword inferno sourceforge in google), But that allows files to be dragged onto it to be deleted.
I want certain extension files to be searched and deleted.

Does anyone know anyway of doing it...?
 

adithyagenius

I WANT MORE FPS!!
Search for *.<extensionname> in all your local drives. After the search is complete press Ctrl+A followed by Shift+Del.
 

it_waaznt_me

Coming back to life ..
Well .. Now I am wondering why I wrote that reply .. I am sure I read something about Unix there and thats why I wrote it .. :| .. Maybe I need a nice cup of coffee ..
 

sakumar79

Technomancer
del /f /s /q *.<extension>
If you run the above command from each root partition, you will effectively delete all files of the type (unless they are hidden/system files)...
For hidden/system files to be deleted, you need to first run on each root partition
attrib -s -h *.<extension> /s

Arun
 
Status
Not open for further replies.
Top Bottom