I was wrong. Looking at my Windows Open With code, using a batch file probably won't help. With batch files, it explictly adds quotations around the filepath arguments.
There's just no way to handle this well without special-casing fontview.exe (something I'm not willing to do). The code to handle arguments for exes is left entirely up to Qt/Windows. One or the other (or both) decides whether quotes around arguments are needed or not.
|