Scanning entire drive for specified files

K

K3

I'm looking for a program that will search the entire hard drive for
specified files to delete. There are many out there, but I can't find one
that searches for multiple file types (OLD, BAK, CHK, TMP, etc.) at the same
time. It seems that to good freeware programs (BeClean, Crap Cleaner, IE
Privacy Keeper, etc.) search for these files one type at a time. This is
time consuming (scanning the drive several times). The ideal program would
scan each folder on each hard drive *once* for all the file types specified
..

Is there such a program?

--
Kendall F. Stratton III
Fort Fairfield, Maine USA
k3@(86_THE_SPAM)maine.rr.com
http://home.maine.rr.com/k3

"Support bacteria -- it's the only culture some people have!"
 
A

Adam Piggott

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I'm looking for a program that will search the entire hard drive for
specified files to delete. There are many out there, but I can't find one
that searches for multiple file types (OLD, BAK, CHK, TMP, etc.) at the same
time. It seems that to good freeware programs (BeClean, Crap Cleaner, IE
Privacy Keeper, etc.) search for these files one type at a time. This is
time consuming (scanning the drive several times). The ideal program would
scan each folder on each hard drive *once* for all the file types specified
.

Is there such a program?

If you're on an NT-based computer, you could try:

for /R %I in (*.tmp *.old *.chk) do del "%~fI"

....from the drive root. This won't check that the files aren't important or
the computer needs them - it will delete in a purely unprejudiced manner so
be warned. Make sure you don't mis-type and put (* .tmp) or similar or
you'll be sorry :)


Cheers
- --
Adam Piggott, Proprietor, Proactive Services (Computing).
http://www.proactiveservices.co.uk/

Please replace dot invalid with dot uk to email me.
Apply personally for PGP public key.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (MingW32)

iD8DBQFDLDiF7uRVdtPsXDkRApHyAKCMI5L5S3QhpcjuQwaaSq/i09CwQQCgoRb3
sqv37BJNH92upoT04JmDaD0=
=N8Rd
-----END PGP SIGNATURE-----
 
D

Donald Lessau

K3 said:
I'm looking for a program that will search the entire hard drive for
specified files to delete. There are many out there, but I can't find one
that searches for multiple file types (OLD, BAK, CHK, TMP, etc.) at the same
time.

Easy excercise for TrackerV3 (http://www.trackerv3.com/). Just open the Find
Files tab, check "Boolean Logic" and enter a search term like this:

*.OLD or *.BAK or *.CHK or *.TMP [... etc.]

You can then save the search settings to a template for later re-use.

More examples for search terms here:
http://www.trackerv3.com/ted/findfiles.htm

Don
 
G

Gabriele Neukam

On that special day, Adam Piggott,
([email protected]) said...
If you're on an NT-based computer, you could try:

for /R %I in (*.tmp *.old *.chk) do del "%~fI"

...from the drive root. This won't check that the files aren't important or
the computer needs them - it will delete in a purely unprejudiced manner so
be warned.

I nearly forgot - there is a script on

http://www.helmrohr.de/Download/Downind.htm

that takes this problem into account. The page is in German, you
*might* be looking for DelTempFiles. It is only working in the Windows
Temp, but might be modifiable according to your needs (I don't need it,
so I didn't have a look at it ever)


Gabriele Neukam

(e-mail address removed)
 
U

Urban Ek

Is there such a program?

Windows find does it, at least in versions pre-XP.
Just enter *.OLD; the *.BAK; *.CHK; *.TMP in files to search box and
send it to work.
 
K

K3

Urban said:
Windows find does it, at least in versions pre-XP.
Just enter *.OLD; the *.BAK; *.CHK; *.TMP in files to search box and
send it to work.

That'll work! I didn't know Windows Find was able to perform multiple
searches at the same time.

Thanks!

--
Kendall F. Stratton III
Fort Fairfield, Maine USA
k3@(86_THE_SPAM)maine.rr.com
http://home.maine.rr.com/k3

"Support bacteria -- it's the only culture some people have!"
 
M

Michael Salem

Urban said:
Windows find does it, at least in versions pre-XP.
Just enter *.OLD; *.BAK; *.CHK; *.TMP; *.~*; ~*.*; "Copy of*.*" in files
to search box and start search. (I'm not certain of the quoted "copy
of*.*" syntax.)

Windows has been able to do this since Win95 at least. You can also
search on multiple directories "C:\;D:\;E:\;F:\BACKUP\"

HTH,
 
S

SinisA

I'm looking for a program that will search the entire hard drive for
specified files to delete. There are many out there, but I can't find one
that searches for multiple file types (OLD, BAK, CHK, TMP, etc.) at the same
time. It seems that to good freeware programs (BeClean, Crap Cleaner, IE
Privacy Keeper, etc.) search for these files one type at a time. This is
time consuming (scanning the drive several times). The ideal program would
scan each folder on each hard drive *once* for all the file types specified
.

Is there such a program?

Yes it is.
Search for EasyCleaner.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Sirius Satellite Radio player 10
PageBreeze 6
Mozilla Firefox Question 12
HD Activity Monitor 7
CCleaner (Crap Cleaner) Problem w/ Recent Documents 1
Disk Imaging from DOS 6
Webcam Snapshots 3
Surf Anonymously 6

Top