View Full Version : Temp file remover...


Dude111
24-10-2007, 01:30
Looking for a GOOD cookie and other temp file remover??

Try DISK CLEANER (www.diskcleaner.nl),small,quick and does the job!!

I love this program :)

sallonoroff
24-10-2007, 12:08
Better than CCleaner?


.

Dude111
24-10-2007, 20:18
Yes,this is specifically a TEMP FILE REMOVER :)

Kingmaker2
24-10-2007, 22:55
EasyCleaner is good at doing the job of removing temp files,
it's easier and more user friendly than CCleaner for removing temp files.
The Microsoft Windows cleaner tool that can be found accessories "tool" menu, is hopeless, I tried it today to remove temp files, it said it had removed them, but when I ran the tool again the folder size had not decrease so I manually looked in my temp folder and all the files were still there!
I decided to see if Easy Cleaner would shift them, 2 clicks later hey presto! all 500 were removed bar one that was being used by a program. What's more Easy Cleaner moves them to the recycle bin rather than deleting them completely so that any crucial files can be quickly re employed.

http://www.majorgeeks.com/download414.html

Dude111
25-10-2007, 04:22
Yes Microsofts "Disk Cleanup" is garbage!

alchresearch
25-10-2007, 07:31
Wouldn't running DEL *.TMP /S from C:\ do the job?

Dude111
25-10-2007, 10:51
Yes but that has 2 be done from dos...

shakermaker
25-10-2007, 10:53
start run "cmd"

Dude111
25-10-2007, 10:57
Yes i forgot about that (Was thinking of INDEX.DAT)

alchresearch
25-10-2007, 11:21
Create a batch file in notepad, then put DEL *.TMP /S in it.

Dude111
03-01-2009, 11:26
Another good TEMP FILE remover :)

http://homepage.ntlworld.com/mrx9000/downloads/xen.zip

Agrajag
03-01-2009, 13:17
To see what rubbish has built up in your XP temp folder simply click Start then Run and type %temp%.

Disk cleanup doesn't clear this, and as long as nothing is running, it's usually safe to delete.

Dude111
04-01-2009, 06:30
That works on 98se also :)

I have nothing in that folder though.

sccsux
05-01-2009, 08:10
Another good one is ATF Cleaner (http://www.atribune.org/index.php?option=com_content&task=view&id=25&Itemid=25):).

piscosour
05-01-2009, 10:19
Wouldn't running DEL *.TMP /S from C:\ do the job?

Although that wouldn't pick up hidden files, so you'd then have to run DEL *.TMP /A:H /S. Shame you can't specify both in the same command (/A:H /A:-H doesn't do it :().