一台电脑多个微信同时在线的bat

开两个微信.bat如下:

taskill /F /IM wechat.exe
start "" "E:\installSoftPlace\微信\WeChat\WeChat.exe"
start "" "E:\installSoftPlace\微信\WeChat\WeChat.exe"

开三个微信.bat如下:

taskill /F /IM wechat.exe
start "" "E:\installSoftPlace\微信\WeChat\WeChat.exe"
start "" "E:\installSoftPlace\微信\WeChat\WeChat.exe"
start "" "E:\installSoftPlace\微信\WeChat\WeChat.exe"

开n个微信.bat如下:

taskill /F /IM wechat.exe
start "" "E:\installSoftPlace\微信\WeChat\WeChat.exe"
start "" "E:\installSoftPlace\微信\WeChat\WeChat.exe"
...(复制n条)
start "" "E:\installSoftPlace\微信\WeChat\WeChat.exe"

你可能感兴趣的:(一台电脑多个微信同时在线的bat)