本帖最后由 smss 于 2019-5-11 20:40 编辑
- @echo off
- :1
- start http://www.bathome.net/index.php
- echo %time:~0,-3% AAAAA
- start http://www.bathome.net/index.php
- echo %time:~0,-3% BBBBB
- start http://www.bathome.net/index.php
- echo %time:~0,-3% CCCCC
- for /L %%a in (49,-1,0) do (echo %%a秒后关闭360浏览器&ping -n 2 127.1 >nul 2>nul )
- taskkill /f /im 360se.exe
- goto 1
复制代码
|