当前位置: 首页 > 工具软件 > Dos.WeChat > 使用案例 >

微信多开脚本2.0 批处理bat,可一键关闭微信

暨高洁
2023-12-01
@echo off
tasklist | find /i "WeChat.exe" >nul 2>nul && goto 存在 || goto 不存在
:存在
echo 检测到微信正在运行需要先关闭微信才能多开,按任意键关闭微信,否则直接关闭当前窗口
pause>nul
taskkill /f /im WeChat.exe
goto 不存在
:不存在
echo 请输入要打开的微信的个数
set /p answer=
for /l %%i in (1,1,%answer%) do start C:\"Program Files (x86)\Tencent\WeChat\WeChat.exe"
echo 已打开%answer%个微信,请稍等
ping -n 3 127.1>nul

 

 类似资料: