Originally Posted by
enaiman
TIf there is enough interest in this I might have a solution for Windows.
I wrote a small application using a popular freeware called AutoIt to help me delete the raw files left on the disk after I deleted the JPG.
I am viewing the JPGs using the default Windows program and I am making my primary selection there - if the jpg is bad enough I just delete it straight away and that leaves as many raw files "orphans".
What my app is doing so far, it checks the files in a folder of your choice for image pairs (jpg and raw) and if it finds raw files without matching jpg, then it either move those raw files to a new folder, or simply deletes them based on user choice.
It won't be hard for me to add a more flexible pair structure (raw and xmp or whatever combination) so I will wait for feedback.
I'l go into more details if requested.