复制以下代码,新建文本文档
@echo off
start /d "PC版微信的路径(例如C:\Program Files (x86)\Tencent\WeChat)" WeChat.exe
start /d "PC版微信的路径(例如C:\Program Files (x86)\Tencent\WeChat)" WeChat.exe
exit
需要多开几个就贴几个进去
将.txt后缀改为.bat
双击运行即可
Mac系统下多开方法
nohup /Applications/WeChat.app/Contents/MacOS/WeChat > /dev/null 2>&1 &
复制到终端打开