Computing.Net > Forums > Windows 2000 > Batch to delete cookies and junk

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Batch to delete cookies and junk

Reply to Message Icon

Name: Scott
Date: October 29, 2003 at 16:17:03 Pacific
OS: Windows 2000 server
CPU/Ram: P4 1.6 512MB
Comment:

I am looking for a batch file that would delete all cookies, tmp files and all other junk, I have tried several and they all had issues, I need one to do the job regardless who logs in.



Sponsored Link
Ads by Google

Response Number 1
Name: buster65
Date: October 29, 2003 at 22:06:39 Pacific
Reply:

Here you go. Check out this site for all you ever wanted to know about deleting temp files:

http://hardwarehell.com/bootclean.shtml


0

Response Number 2
Name: Mike
Date: October 30, 2003 at 03:33:00 Pacific
Reply:

I had mentioned this before in another post Tif-Clean http://www.staff.uiuc.edu/~ehowes/resource3.htm takes a bit setting up but it's worth it.
Mike


0

Response Number 3
Name: Deputy DooDah
Date: October 31, 2003 at 16:41:49 Pacific
Reply:

I wrote a batch file called junk.bat that does that. It deletes the folder and its junk, then recreates the folder. Here's how I structured the command for the /winnt/temp directory.

rmdir /S /Q c:\winnt\temp
if not exist c:\winnt\temp mkdir c:\winnt\temp

I have several directories in my profile that I do this to, so it took a little time to type all the file paths in....but it works great.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


strange freeze... Windows Startup problem



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows 2000 Forum Home


Sponsored links

Ads by Google


Results for: Batch to delete cookies and junk

How to delete cookies in win2k? www.computing.net/answers/windows-2000/how-to-delete-cookies-in-win2k/46385.html

Batch program to delete files/folde www.computing.net/answers/windows-2000/batch-program-to-delete-filesfolde/55875.html

Batch file to delete all the folder www.computing.net/answers/windows-2000/batch-file-to-delete-all-the-folder/37285.html