很简单,创建一个 bat 文件,比如openwechat.bat
,然后复制以下内容到该文件:
@echo off
start "" "C:\Program Files (x86)\Tencent\WeChat\WeChat.exe"
start "" "C:\Program Files (x86)\Tencent\WeChat\WeChat.exe"
exit
记得把你电脑上的微信exe路径
复制到上面的内容中去,然后双击就可以启动 2 个微信了,当然想运行几个你就写几行
,相信你看的懂。