摘要: //test.bat @echo off start E:\SJ\MouseClick16.exe :A tasklist | find /i "WeChat.exe" taskkill /im wechat.exe /f >nul 2>nul ping 127.1 -n 1 >nul goto A 阅读全文
posted @ 2021-12-02 07:19 pandora2050 阅读(17) 评论(0) 推荐(0) 编辑