我想通过批处理文件命令打开网页。所以我创建了一个.bat像这样:
start http://www.website.com
因此默认浏览器应打开该URL。 但是出现错误:
The parameter is incorrect
我不知道为什么会这样。 我也在使用Windows 10。
答案 0 :(得分:0)
您必须选择要使用的浏览器,例如:
start iexplore.exe http://www.website.com
或
start chrome.exe http://www.website.com