I know this must be out there somewhere, but it's one of those things that's Google-resistant since the terms bring up so many unrelated results.
What I want to do is convert a Windows file system path into a correctly formed "file://" URL as quickly as possible. Context menu to copy the URL to the clipboard would be the optimal solution. Something I could pipe the path through via the Send To folder would also work.
I could probably hammer this out in AHK in a few hours if I rolled up my sleeves, but I just KNOW I'd be reinventing the wheel.
Does anyone know of a tool that does this? The smaller and simpler (and freer) the better! Thanks!