Looking for a clear.bat or sonofclear.bat for XP

  • Thread starter Thread starter David D
  • Start date Start date
D

David D

I was a big fan of Clear.bat by Shep for my Winme and Win98, but now I
would like a version for XP. There are a lot of DVD files I keep in
my temp directory, but the rest I am hoping can go. I have about
50gigs worth of files in the temp directory, it would be nice to be
able to delete some - user defined - but not all. anything like that
out there? Freeware?
 
David D said:
I was a big fan of Clear.bat by Shep for my Winme and Win98, but now I
would like a version for XP. There are a lot of DVD files I keep in
my temp directory, but the rest I am hoping can go. I have about
50gigs worth of files in the temp directory, it would be nice to be
able to delete some - user defined - but not all. anything like that
out there? Freeware?

Open notepad and copy and paste this line to it. Save it as a batch file.

del /s /q /f "C:\Documents and Settings\<username>\Local
Settings\Temp\*.*"

Replace <username> with your profile name.

Mark
 
Back
Top