creating cache clearing batch upon boot - TechRepublic
General discussion
October 26, 2001 at 05:21 AM
z_mazurc

creating cache clearing batch upon boot

by z_mazurc . Updated 24 years, 7 months ago

Hi,
I’m trying to create a cache clearing bacth file to execute upon bootup. I have a 98 and 2000 clients in a customer service rep environment utilizing Oracle. I want to be able to dump the temp folder as well as the jcache in Oracle b/c of some of the cache issues when superusers are switching between the production instance and the test instances. Since I’m doing these two caches I thought I would add in cookies and temp internet files. any suggestions on those two also?

I’ve usedrobocopy before in a scheduled batch, that is all of my experience with creating batches, so yes, I’m fairly green when it comes to batches and scripts. Can anyone point my to a good source for information on batch file creation. or can anyone assist me with the fundamental setup of the batch of what I’m looking for? I don’t want anyone to think I haven’t tried messing around with some batches, I have, but I have also deleted my entire tree before I realized what was going on. not once, but twice. so… i’m moving forward a little slower this time.

IE: I know this is the path to my temp directory, C:\Documents and Settings\chrism\Local Settings\Temp
but is it the same in Win2K’s DOS prompt, it doesn’t see to be when I throw that del in. and is the del command valid in win2k, and how about answering the yes or no? is that just using a ‘/y’ type switch?

also, how do i dump the folders beneath the temp folder?

thanks in advance
chris

This discussion is locked

All Comments