Board logo

标题: [其他] [已解决]无法用非默认浏览器打开网页,浏览器也不能最大化? [打印本页]

作者: 滴血雄鹰    时间: 2020-6-17 12:15     标题: [已解决]无法用非默认浏览器打开网页,浏览器也不能最大化?

本帖最后由 滴血雄鹰 于 2020-6-18 05:31 编辑

无法用非默认浏览器打开网页,浏览器也不能最大化?怎么改代码?
start /max E:\Greens\Internet\TheWorld6\Application\GreenTheWorld.exe "http://www.baidu.com"
作者: Batcher    时间: 2020-6-17 19:25

回复 1# 滴血雄鹰


这个主要取决于浏览器本身是否支持。我这边测试以下三个浏览器没有问题:

# Firefox
  1. start "" "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" "http://www.bathome.net"
复制代码
# Chrome
  1. start "" "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" "http://www.bathome.net"
复制代码
# IE
  1. start "" "C:\Program Files\Internet Explorer\iexplore.exe" "http://www.bathome.net"
复制代码

作者: 滴血雄鹰    时间: 2020-6-18 05:30

回复 2# Batcher


    是我的代码有问题,修改后可以了。




欢迎光临 批处理之家 (http://www.bathome.net/) Powered by Discuz! 7.2