方法一 open.bat
@echo off
"C:Documents and Settingsyuxin002Application Data360se6Application360se.exe" www.gzhou.cn
"C:Documents and Settingsyuxin002Application Data360se6Application360se.exe" www.99yhw.cn
pause
方法二
@echo off
start iexplore https://www.gzhou.cn
start iexplore https://www.99yhw.cn
pause
方法三
@echo off
start iexplore https://www.gzhou.cn
start iexplore https://www.99yhw.cn
pause -- 去掉 不显示控制台窗口
评论列表 (条)