批处理一次性打开多个网站
1、 新建一个txt文档

2、 输入以下加粗的字体代码(直接复制过去改成你想要去的网站,保存为.BAT文件):
explorer.exe http://www.baidu.com/
ping -n 3 127.0.0.1>nul
explorer.exe http://www.baidu.com/
ping -n 3 127.0.0.1>nul
explorer.exe http://www.baidu.com/ping -n 3 127.0.0.1>nul

3、请将上面的网址改成你想要去的网站,
其中的 ping -n 3 127.0.0.1>nul 代表延时三秒钟,
如果的计算机配置不是很好的话,可以把n后面的3秒改为其他数字,
然后把txt文档改为.bat后缀格式

4、 双击运行看一下效果

阅读量:141
阅读量:132
阅读量:61
阅读量:26
阅读量:191