bat使用浏览器打开指定网页

@echo off
cd /d (浏览器位置如:C:\Program Files (x86)\Mozilla Firefox

start (浏览器运行程序如:firefox.exe) (打开的网址如:http://192.168.10.22:8080/sus/jsp_main/login.jsp”

 

 

完整事例:使用谷歌浏览器打开百度

@echo off
cd /d C:\Program Files (x86)\Mozilla Firefox
start firefox.exe http://www.baidu.com

转载于:https://www.cnblogs.com/kubll/p/10994058.html

    原文作者:weixin_30311605
    原文地址: https://blog.csdn.net/weixin_30311605/article/details/96075075
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞