Universal path to chrome.exe

前端 未结 7 1347
失恋的感觉
失恋的感觉 2020-12-29 04:15

I am making an application and I want to make it installable on the user\'s desktops using chrome URL shortcut. Therefore, is there a universal path to the chrome.exe that c

7条回答
  •  长发绾君心
    2020-12-29 04:48

    I had an .mht file that I would like to open in chrome, and found that just running:

    chrome.exe "path-to-file.mht"

    would work just fine! No need to find the path :)

提交回复
热议问题