我更改了默认程序.docx
并设置为myopenwith.bat
因此,当我点击任何 docx 时,它将打开用 myopenwith.bat
myopenwith.bat 有以下代码:
start firefox https://www.dropbox.com/search/personal?file_categories=document^&path=/^&query=%~n0%~x0
例如,我有测试.docx并尝试用 myopenwith.bat 打开
Firefox 将打开https://www.dropbox.com/search/personal?file_categories=document&path=%2F&query=myopenwith.bat
但是我需要https://www.dropbox.com/search/personal?file_categories=document&path=%2F&query=test.docx
如何修复这个问题?我需要 test.docx 而不是 url 中的 myopenwith.bat