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
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.
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.
Summary: Cookies area creation of the web browser and are independent of the OS (in this case win2k) because your web browser is an application, not part of the OS. With Internet Explorer (IE) ver. 6 Microsoft...
Summary: Hi I need a batch program to delete files and folders that are 14 days old on a regular basis. I want this program to be able to use the task scheduler in windows. Thank you ...
Summary: Then you must be writing the batch file wrong. Let's say you have the shared folder: \\server_name\share with several folders underneath it. ex: folder1, folder2 folder3 You want to delete folder1 ...