Open multiple bat codes on WeChat

Create txt file

Right click and create new text document

Insert image description here

Copy the following code into it and change the WeChat address inside to your own WeChat address (method to view the address: right-click the WeChat icon->Properties->Target)

Insert image description here

Copy the following code

Insert image description here

@echo off
start "" "D:\Program Files (x86)\Tencent\WeChat\WeChat.exe"
start "" "D:\Program Files (x86)\Tencent\WeChat\WeChat.exe"
exit

Note that if there are spaces, delete them and add them again.

Just copy a few starts if you need to start them.

Drag and move to create multiple ones.

Insert image description here

Guess you like

Origin blog.csdn.net/csl12919/article/details/132746685