Launching a website via windows commandline

前端 未结 7 953
栀梦
栀梦 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
    2020-12-24 05:40

    IE has a setting, located in Tools / Internet options / Advanced / Browsing, called Reuse windows for launching shortcuts, which is checked by default. For IE versions that support tabbed browsing, this option is relevant only when tab browsing is turned off (in fact, IE9 Beta explicitly mentions this). However, since IE6 does not have tabbed browsing, this option does affect opening URLs through the shell (as in your example).

提交回复
热议问题