很简单,创建一个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个微信了,当然想运行几个你就写几行,相信你看的懂。