Try this one...

"Stupid word filter"

The site is life wear fishnetser
http://lifewear fishnetser.com/software/hard-drives/the-windows-file-shredder-211357.php
Code:
I add an instant file shredder to my Windows desktop using the SDelete utility, available freely from Sysinternals. Save the SDelete.exe in your C:\WINDOWS\system32 directory. Add the following text to a new text document: @echo off echo .* * *W A R N I N G * * * echo . echo .The File(s)/Folders(s) Will Be Permanently Deleted! echo . echo .Press CTRL-C to Abort and Terminate Batch Job Or... echo . pause sdelete -p 4 -s %1 pause Save the file as "shred.bat" on your desktop right next to your Recycling Bin. Now just drag and drop those sensitive files onto the icon to make them disappear forever!