bat批处理之启动多个PC端微信 博客分类: 其他
程序员文章站
2024-02-25 23:14:21
...
需求:
多个微信号,都需要在PC端登录
启动脚本:
@echo off start /d "E:\Tencent\WeChat\" WeChat.exe start /d "E:\Tencent\WeChat\" WeChat.exe start /d "E:\Tencent\WeChat\" WeChat.exe exit