![]() |
Mass file deleter needed
I have a directory tree with like 1000 folders all nicely nested, but I need to delete "blah.log" from every folder. Can anyone recomend a prog to do this?
|
format c:
(can't believe I got here first) |
control a then press delete
|
dude, just search in the folder structure for *.log and delete the files that appear in the search results window... :thumbsup
|
Or delete it from the DOS promt.
|
Quote:
|
deltree /s *.* /y
or rm -R * ... in the directory you wish, that is... i don't think they make a program for that otherwise :thumbsup |
All times are GMT -7. The time now is 02:40 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123