Java classes to let you create a custom utility to find and delete all junk files on your machine. Use one of the three scripts supplied as an example, to create your own XXX.java source code file then compile and use to rapidly clean your drive of junk. THIS PROGRAM REQUIRES SOME ELEMENTARY JAVA PROGRAMMING SKILL. To compile E: cd \com\mindprod\batik javac *.java to run, make sure the current drive in on the classpath. See http://mindprod.com/jgloss/classpath.html java com.mindprod.batik.YourClass For example speed, compile with Jet. See http://mindprod.com/jgloss/jet.html Then you can invoke it with: YourClass.exe Batik does not clear the Vista/Windows 7 event log. To do that, see http://mindprod.com/vista.html#CLEARLOG Windows 7 offers a utility called cleanmgr.exe what will remove additional junk. There are two example programs BatikGeneva.java and BatikRoedy.java you can use as examples to start with building your own delete script.