Launching a website via windows commandline

前端 未结 7 985
栀梦
栀梦 2020-12-24 04:50

I have a program launching a website via the following command.

cmd \"start /max http://url.com\"

When launching a website via this method

7条回答
  •  不知归路
    2020-12-24 05:23

    Working from VaLo's answer:

    cd %directory to browser%
    %browser's name to main executable (firefox, chrome, opera, etc.)% https://www.google.com
    

    start https://www.google.com doesn't seem to work (at least in my environment)

提交回复
热议问题