QUOTE(Andavari @ Mar 21 2007, 04:26 AM) [snapback]66218[/snapback]
A simple batch file can move or copy those files to a more appropriate folder before even loading CCleaner.

hello Andavari, what may be simple to you is not simple to everyone else..would you please elaborate on this?
right now, with my limited knowledge of computers, the way i have it set up is:
in regedit i have created a key in HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\Shell\Restore Deleted Files\command
the value data is C:\copy.bat
so now when i right click on the recycle bin there is an option, "Restore Deleted Files" that calls a batch file C:\copy.bat
in it says:
@ECHO OFF
xcopy "C:\MSVDM\"*.*(<---which is where the original pictures are stored) "C:\Documents and Settings\Owner\Local Settings\Temp\"
example:
right-click recycle bin, "Run CCleaner" = files are deleted.
right-click recycle bin, "Restore Deleted Files" = files are restored.
yes, this is ONLY a two step process, but the point i am trying to make is that it shouldn't have to be.