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

 

 

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

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

相关文章:

  • 2021-12-03
  • 2022-02-16
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
  • 2022-01-25
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-22
  • 2022-12-23
  • 2021-08-07
  • 2021-12-29
  • 2022-12-23
  • 2021-07-08
相关资源
相似解决方案