How to open a URL in Firefox\Chrome from command line in pop up mode?

前端 未结 3 610
温柔的废话
温柔的废话 2021-02-13 02:46

When executing the following command line:

C:\\>\"C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe\" \"https://aaa.com\" --new-window
<         


        
3条回答
  •  执笔经年
    2021-02-13 03:32

    Maybe "application mode" is what you are looking for.

    Here's an example:

    "C:\Program Files\Google\Chrome\Application\chrome.exe" --app="http://www.youtube.com/"
    

提交回复
热议问题