方法1  open.bat

@echo off
"C:\Documents and Settings\yuxin002\Application Data\360se6\Application\360se.exe" www.baidu.com
pause

 

方法二

@echo off 
start  iexplore http://www.baidu.com
pause

 

方法三

@echo off 
start  iexplore http://www.baidu.com
pause  -- 去掉 不显示控制台窗口

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
  • 2021-11-17
  • 2021-07-13
  • 2021-06-19
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-01
  • 2021-11-27
  • 2021-11-28
  • 2022-12-23
  • 2021-11-09
相关资源
相似解决方案