I'm
currently sometimes working on a small program to clean up your drive.
When you take a snapshot, a file is written that contains all the files on your drive, (or in the folder you specify) When you create a batch file, another file is written, and this is then compared to the original snapshot file. Anything in the second file that isn't in the snapshot file, is written to a batch file, giving the user the ability to delete the extra files.
This is being written in Microsoft Visual Basic 4, (replacing an early version that I wrote using Quick Basic) The QB version failed to work properly in Windows XP, so I decided it was time to learn VB and make a version of File Spray that would work in Windows XP. The original File Spray was meant for DOS.
Here's a screenshot of the current progress.

At some point, beta testers will be required. If you would like to beta test this program when it's ready, feel free to ask here. All beta testers will be credited in the readme file.