I use to always work on Windows and at times it seemed that certain files just didn’t want to go to the recycling bin. For that reason I would always write a JScript which had the following code:
(new ActiveXObject("Scripting.FileSystemObject").DeleteFile(WScript.Arguments.Item(0))
When a file was dragged onto that script, the file would be de-referenced (deleted permanently). A friend recently called me and asked for a similar solution so I decided to post it for everyone:
Download the File & Folder Chomper
The above script works the same way (on Windows only): drag the files and folders onto the script’s icon in order to have all of the permanently deleted. Have fun!!!