Launching a website via windows commandline

前端 未结 7 937
栀梦
栀梦 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-24 05:28

    You can start web pages using command line in any browser typing this command

    cd %your chrome directory%
    start /max http://google.com
    

    save it as bat and run it :)

提交回复
热议问题